.. _install: .. title: install Installation """""""""""" ============ Dependencies ============ This package requires the following dependencies: .. cssclass:: dependencies .. jinja:: required {% for item in packages %} - {{ item }} {%- endfor %} ========== Installing ========== This package and its dependencies are available as wheel packages for macOS and Windows distributions from `PyPI `__: .. code-block:: console $ pip install imhr or the `anaconda `__ package cloud repo: .. code-block:: console $ conda install -c risoms imhr You can also install the development version directly from `github `__: .. code-block:: console $ pip install git+https://github.com/risoms/mdl.git ======= Testing ======= After installation, you can launch the test suite after downloading from `github `__: .. code-block:: console $ pytest --pyargs imhr.tests --html=report.html --self-contained-html or from the Python interpreter: .. code-block:: python import imhr imhr.tests Note that the test suite requires pytest. Please install with pip or your package manager of choice.