Description
Setup
Note that we will be using a new conda environment for this project! If you run into import module errors, try pip install -e . again, and if that still doesn’t work, you may have to create a fresh environment.
-
Install Miniconda. It doesn’t matter whether you use Python 2 or 3 because we will create our own environment that uses 3 anyways.
-
Open the terminal
-
-
On Windows: open the installed Conda prompt to run the command.
-
-
-
On MacOS: open a terminal window to run the command
-
-
-
On Linux: open a terminal window to run the command
-
-
Navigate to the folder where you have the project
3