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
+ 18
15
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
6
@@ -11,7 +11,7 @@ https://conda.io/docs/user-guide/install/
* Run the following command:
~~~~bash
conda env create -f environment.yml
conda env create -f environment_linux.yml
~~~~
### On Mac:
@@ -24,8 +24,9 @@ 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
* Open the Anaconda Prompt and navigate to the workshop git repository
* Run the following command:
~~~~
conda env create -f environment.yml
~~~~
Loading