InstallationΒΆ

Attention

pyHMA is written in Python 3 syntax; hence, only compatible pip installer can be used.

From PyPI (Recommended)

pyHMA can be directlly installed from Python Package Index (PyPI) using pip command:

$ pip install pyhma

From Github (development version)

First, clone the source code from the Github repository:

$ git clone https://github.com/etomica/mapped-averaging.git

and then, go to the mapped-averaging/pyhma directory to install pyHMA locally using pip command:

$ pip install --user -e .