Skip to content
Snippets Groups Projects

Resolve "Update installation instructions"

Merged Ghost User requested to merge 50-update-installation-instructions-2 into master
2 files
+ 58
60
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
32
# 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:
~~~~bash
conda env create -f environment_linux.yml
~~~~
### On Mac:
* Open a terminal and navigate to the workshop git repository
* Run the following command:
~~~~bash
conda env create -f environment_mac.yml
~~~~
### On Windows
* Open the Anaconda Prompt and navigate to the workshop git repository
* Run the following command:
~~~~
conda env create -f environment.yml
~~~~
Loading