Installation#
Prerequisites#
Python 3.9 or higher
Git
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]"