trying to make a custom ML library that I can reuse for all projects
- install Anaconda 3 from https://www.anaconda.com/distribution/
- run
conda create --name toolbox --file conda_env.txt
to install the conda environment - activate conda environment by running
conda activate toolbox
- install packages in your current environment with
pip install -r requirements.txt