Installation
Setup environment
In the root directory, install the virtual environment:
$ conda env create -f environment.yml
Install dependency
$ pip install -r requirements.txt
From source
The source for zzl_mkdoc_sample can be downloaded from the [Github repo][].
You can either clone the public repository:
$ git clone https://github.com/zhz03/smart_intersection
Once you have a copy of the source, you can install it with:
$ pip install .