How to install software packages
Note: The user container image is accessible to all users. To see what software packages are installed in this image, go to: Default software packages installed.
Using Conda
Users can install any conda package considering the following steps
- Start a job
- Open the terminal
- Create and activate a conda environment
-
Install the conda package, i.e.,
conda install <package-name>