Skip to content
Snippets Groups Projects
Commit 92cae433 authored by Taras Lazariv's avatar Taras Lazariv Committed by Elias Werner
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e8ff607e
No related branches found
No related tags found
2 merge requests!488Automated merge from preview to main,!485docs: Add Jupyter Teaching Example
......@@ -76,7 +76,7 @@ packages from this file. Use the `pip freeze` command for storing:
(env) marie@compute$ pip freeze > requirements.txt #Store the currently installed packages
```
Use the `pip install` command installing the packages from the file:
In order to recreate python virtual environment, use the `pip install` command to install the packages from the file:
```console
marie@compute$ module load Python #Load default Python
......
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