Skip to content
Snippets Groups Projects
Commit 1c605e44 authored by oschmanf's avatar oschmanf
Browse files

Update installation instructions for Linux and Windows

parent e3db7800
No related branches found
No related tags found
No related merge requests found
......@@ -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
~~~~
......@@ -8,16 +8,18 @@ Material related to the SIS machine learning workshop.
https://conda.io/docs/user-guide/install/
* **Install the environment**
* On Linux or Mac:
Open a terminal and navigate to the workshop git repository
Run the command: `conda env create -f environment.yml`
* On Mac:
* Open a terminal and navigate to the workshop git repository
* Run the command: `conda env create -f environment.yml`
<br/>
* On Linux:
* Open a terminal and navigate to the workshop git repository
* Run the command: `conda env create -f environment_linux.yml`
<br/>
* 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 Anaconda prompt and navigate to the workshop git repository
* Run the command: `conda env create -f environment.yml`
<br/><br/>
* **Check installation**
* On **Linux**/**Mac** - open a terminal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment