Installing ANML#

Python version#

The package anml (pronounced “animal”) is written in Python and requires Python 3.7 or later.

Install ANML#

Regmod package is distributed at PyPI. To install the package:

pip install anml

For developers#

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

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