Installation

First clone CLEO’s GitHub repository. Everything will be much easier for you if you clone CLEO in your home directory. It’s not essential, but if you choose to do otherwise you may have to change some extra paths in the bash and Python scripts.

$ git clone https://github.com/yoctoyotta1024/CLEO.git

Everything will also be much easier for you if you set up and use an environment with the packages we suggest in our environment.yml file, e.g. using Conda:

$ conda env create --file=environment.yml
$ conda activate cleoenv

Finally we suggest you use pre-commit. You can install our hooks via:

$ pre-commit install

That’s it, you’re done!

Now maybe you want to run some examples or try out the quickstart