Skip to content
Snippets Groups Projects
Commit 69e5e9d5 authored by webmanue's avatar webmanue
Browse files

update README for Windows 11

- based on tests after clean install
parent ab26a507
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ The setup is based on the Conda distribution for Python called Anaconda ...@@ -53,7 +53,7 @@ The setup is based on the Conda distribution for Python called Anaconda
2. Press "Import Environment" Button. 2. Press "Import Environment" Button.
3. Click at the folder icon; using the File Selection Dialog navigate to the to the directory with workshop materials and select `environment.yml` file. 3. Click at the folder icon; using the File Selection Dialog navigate to the to the directory with workshop materials and select `environment.yml` file.
4. Press "Import" Button. 4. Press "Import" Button.
5. Click on the black triangle and from the dropdown list select "Open Terminal". 5. Click on the green triangle and from the dropdown list select "Open Terminal".
6. Check your setup by running 6. Check your setup by running
python -c "import tensorflow, matplotlib, numpy, pandas; print('OK')" python -c "import tensorflow, matplotlib, numpy, pandas; print('OK')"
...@@ -63,7 +63,7 @@ The setup is based on the Conda distribution for Python called Anaconda ...@@ -63,7 +63,7 @@ The setup is based on the Conda distribution for Python called Anaconda
jupyter lab jupyter lab
in the terminal. from the workshop material directory in the terminal. Note that you may need to install [Git](https://git-scm.com/) and reboot if you have not already done so.
## Using JupyterLab ## Using JupyterLab
......
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