Python packages are installed on the default Python module (module load python
) and installed packages can be queried by running pip list
. If a package is commonly used by many users and it is not installed, let us know and we will install it as default.
To install Python packages yourself, you can run pip install --user <package_name>
to install it on your home directory, the package will available only to you.