CAMELS Installation

CAMELS is written in Python and requires the correct Python environment to run properly.

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

There are several ways to set up the correct Python environment and install CAMELS depending on your operating system: