diff --git a/README.md b/README.md index 5c35478bc636e7c54348cbfbcce7478f1edcbf70..6cb3650e6e6739add65bbf7ba1a54eb484b6bb3f 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