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 69e34f20e572d994ed2c1abc05fc1deb39091d75..bde481a3284b4476c2a69f6690623ead7246dad3 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