From f13e7a854548c77b6d62310865fa8db664cca458 Mon Sep 17 00:00:00 2001
From: chadhat <tarun@ethz.ch>
Date: Fri, 13 Sep 2019 17:20:42 +0200
Subject: [PATCH] Update README.md

---
 README.md | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 2714671..9ce33c6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # README
 
-Material related to planned machine learning workshop.
+Material related to the SIS machine learning workshop.
 
 ## Setting up the conda environment on personal computers
 
@@ -8,20 +8,23 @@ Material related to planned 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 following command:
-`conda env create -f environment.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
+  * On Linux or Mac:
+  Open a terminal and navigate to the workshop git repository
+  Run the command: `conda env create -f environment.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
 
 **Check installation**
 
-On **Linux**/**Mac** and **Windows** open a terminal and Anaconda command prompt, respectively and run the follwing commands
+On **Linux**/**Mac** - open a terminal
+
+On **Windows** - open Anaconda prompt
+
+and run the following commands:
 ~~~~
 conda activate machine_learning_workshop
 jupyter notebook
-- 
GitLab