Install pip package within Persalys

The procedure has been updated and simplified
Documentation is available here

  • Open Persalys Python console (Tools > Python console)
  • Type in the following
from nopip import install
install.modules(["<module_name>", "--user"], verbose=True)

where <module_name> is the module name provided to the usual pip install command.

Modules are installed in:

  • ~/.persalys_base on Linux
  • <USER_DIR>\AppData\Roaming\Persalys\ on Windows