Skip to content

Installation

Install from source

git clone https://github.com/ProjectCatMapper/CatMapPy.git
cd CatMapPy
python -m pip install -e .

Optional dependencies

For docs development:

python -m pip install -e .[docs]

For tests:

python -m pip install -e .[dev]