- This project uses python 3.6.6
-
This project was built using Miniconda. The environment.yml file has been provided to provision an exact environment if needed.
conda env create -f environment.yml
-
If you decide to use another tool over Conda the requirements.txt has also been provided to install the needed dependencies.
pip install -r requirements.txt