From feb4969bff4a16770738469e3b0b130a7ca5e8f8 Mon Sep 17 00:00:00 2001
From: oschmanf <franziska.oschmann@id.ethz.ch>
Date: Fri, 29 Jul 2022 13:51:33 +0200
Subject: [PATCH] Update of instructions for Mac

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5c35478..6cb3650 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,11 @@ The setup is based on the Conda distribution for Python called Anaconda
 
 2. In case the following line prints `OK` your setup is fine:
 
-       $ conda run -n machine_learning_workshop_2021 python -c "import tensorflow, matplotlib, numpy, pandas; print('OK')"
+       $ conda run -n machine_learning_workshop_2022 python -c "import tensorflow, matplotlib, numpy, pandas; print('OK')"
 
 3. Start jupyter lab using
 
-       $ conda run -n machine_learning_workshop_2021 jupyter lab
+       $ conda run -n machine_learning_workshop_2022 jupyter lab
 
 
 #### on Linux
-- 
GitLab