diff --git a/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md b/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md index 026e194ee8e2f28be8e24eae4862cd358427792e..129b1d9dd053415617e77f3abad603c2d6b68809 100644 --- a/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md +++ b/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md @@ -68,8 +68,8 @@ the environment as follows: ??? example - This is an example on partition `alpha`. The example creates a conda virtual environment, and - installs the package `torchvision` with conda. + This is an example on partition `alpha`. The example creates a python virtual environment, and + installs the package `torchvision` with pip. ```console marie@login$ srun --partition=alpha-interactive --nodes=1 --gres=gpu:1 --time=01:00:00 --pty bash marie@alpha$ ws_allocate -F scratch my_python_virtualenv 100 # use a workspace for the environment