Install.md 662 B
Setting up the Conda environment
Install conda
https://conda.io/docs/user-guide/install/
Install the environment
On Linux:
- Open a terminal and navigate to the workshop git repository
- Run the following command:
conda env create -f environment.yml
On Mac:
- Open a terminal and navigate to the workshop git repository
- Run the following command:
conda env create -f environment_mac.yml
On Windows
- Open the Anaconda Navigator
- Go to
Environments
- Select Import at the bottom and specify the following
- Any name that you would like
- Specification File: Select the
environment.yml
file