eleow / roboadvisorSystem

Robo-advisor
MIT License
38 stars 12 forks source link

Make replicating exact environment for repo easy #8

Open eleow opened 4 years ago

eleow commented 4 years ago

Create enviroment.yml so that the environment can be easily created Follow instructions in Conda

Then it would be easy to install the dependencies by creating the Conda environment roboadvisor from the given environment.yml file and activating it like so:

conda env create -f environment.yml
conda activate roboadvisor