From c8d7430d87b36f53c87494bb366a22114daa2064 Mon Sep 17 00:00:00 2001 From: Sascha Heckmann Date: Mon, 23 Feb 2026 08:53:03 +0100 Subject: [PATCH] changed description --- .../content/tutorials/thirdparty/pytorch/pytorchexample1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.