===============
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 <https://pypi.org/project/anml/>`_.
To install the package:

.. code::

   pip install anml

For developers
--------------

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

.. code::

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