Skip to content

Installation

You can install Geoloop from PyPI for regular use, or set up a reproducible development environment using uv.


🧩 Installing via PyPI

The simplest way to install Geoloop is with pip:

pip install geoloop

This installs Geoloop along with its required dependencies.

Geoloop requires Python version >=3.12,<3.14.


🧱 Development Setup (uv)

If you prefer to use uv for environment management and reproducible builds:

  1. Clone the repository:

    git clone https://ci.tno.nl/gitlab/ags_public/geoloop.git
    cd geoloop
    

  2. Install the environment:

    uv sync --group dev
    

    uv will install all dependencies defined in pyproject.toml in a clean, isolated environment.

  3. To enter the environment:

    .venv\Scripts\activate
    


🤝 Contributing

Contributions are very welcome!
Please open issues or submit pull requests on
Gitlab → geoloop.