Installation#

The package modrover is written in Python and requires Python 3.10 or later. Currently the package hasn’t been deployed on the PyPI. To install the package,

pip install git+https://github.com/ihmeuw-msca/modrover.git@main

For developers, you can clone the repository and install the package in the development mode.

git clone https://github.com/ihmeuw-msca/modrover.git
cd modrover
pip install -e ".[test,docs]"