Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ menu:
## Introduction
The module `PythonPip` allows you to install additional Python packages to be used in MeVisLab.

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

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.
Expand Down
Loading