Skip to content

Commit 7818201

Browse files
authored
changed description
1 parent c0fccc6 commit 7818201

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mevislab.github.io/content/tutorials/thirdparty/pytorch/pytorchexample1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ menu:
1818
## Introduction
1919
The module `PythonPip` allows you to install additional Python packages to be used in MeVisLab.
2020

21-
{{<alert class="warning" caption="Warning">}}
22-
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.
21+
{{<alert class="info" caption="Info">}}
22+
Alternatively, you can use the command-line tool **mevislab_pip** with the option "--target-mlab-package-path *\<UserPackagePath\>*"
2323
{{</alert>}}
2424

2525
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.

0 commit comments

Comments
 (0)