diff --git a/mevislab.github.io/content/tutorials/thirdparty/pytorch/pytorchexample1.md b/mevislab.github.io/content/tutorials/thirdparty/pytorch/pytorchexample1.md index 9a4ce6908..879c85f60 100644 --- a/mevislab.github.io/content/tutorials/thirdparty/pytorch/pytorchexample1.md +++ b/mevislab.github.io/content/tutorials/thirdparty/pytorch/pytorchexample1.md @@ -18,8 +18,8 @@ menu: ## Introduction The module `PythonPip` allows you to install additional Python packages to be used in MeVisLab. -{{}} -You should not use the general Python *pip* command from a locally installed Python, because MeVisLab will not know these packages and they cannot be used in MeVisLab directly. +{{}} +Alternatively, you can use the command-line tool **mevislab_pip** with the option "--target-mlab-package-path *\*" {{}} The module either allows to install packages into the global MeVisLab installation directory, or into your defined user package. We will use the user package directory, because then the installed packages remain available in your packages even if you uninstall or update MeVisLab. In addition to that, no administrative rights are necessary if you did install MeVisLab for all users.