Installation

Requirements

  • Python 3.10 or higher

  • Poetry (for dependency management)

Installing with Poetry

git clone https://github.com/Problematy/goodmap.git
cd goodmap
poetry install

This will install all required dependencies.

Installing Documentation Dependencies

To build the documentation locally:

poetry install --extras docs

Development Dependencies

To install development dependencies (for testing and linting):

poetry install --with dev