Installation and compatibility

Craterslab requires Python 3.10+ for functioning. Make sure you have a compliant version of python installed in your system.

Installing craterslab from the repository using poetry

Make sure you have poetry in your system and then run:

>>> git clone https://github.com/gvieralopez/craterslab.git
>>> cd craterslab
>>> poetry install
>>> poetry shell

These will create and activate an isolated virtual environment with craterslab installed on it.