Setting up the conda environment
Last modified: 2023-05-06
To run the code in the repository, you must first make sure that you are utilizing the correct virutal environment.
We utilize Miniconda.
The environment files are kept inside of the environments/ directory.
You can activate by running the below code from the root of this directory:
conda environments/env_code
See the conda cheatsheet for help with conda.