Installation#
Prerequisites#
Python version >=3.10, <3.13
Git
Rust (required to build the RouteE-Compass extension from source)
Installation with pip#
1. Clone the repository#
git clone https://github.com/NatLabRockies/routee-transit.git
cd routee-transit
2. Create a virtual environment (recommended)#
e.g., using conda:
conda create -n routee-transit
conda activate routee-transit
3. Install the package#
From the root directory,
pip install .
Setup for developers#
See Developer Guide
For development installation with all dependencies:
pip install -e ".[dev]"