View on GitHub

Carme-Docu

Documentation Project for Carme

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

  1. Start a job
  2. Open the terminal
  3. Create and activate a conda environment
  4. Install the conda package, i.e.,

     conda install <package-name>