CAMELS Installation

CAMELS is written in Python and requires the correct Python environment to run properly. There are several ways to set up the correct Python environment and install CAMELS depending on your operating system:

In the most basics cases a simple installation using pip is sufficient. To install CAMELS to an existing Python environment (must be Python version 3.11.3 or newer) simply run

pip install nomad-camels

You can then run

nomad-camels

or

python -m nomad_camels

to start CAMELS.

If this does not work you can go to /.desertenv/Lib/site-packages/nomad_camels/ and run

python .\CAMELS_start.py

Warning

Some of the drivers do not support Python 3.12 yet, so we suggest to stay with Python 3.11.