Installation#
Setup#
In the most simple case, hiPhive can be simply installed
via pip
:
pip install hiphive
This will set up hiPhive as a Python module for the current user. If you want to get the absolutely latest version you can clone the repo:
git clone git@gitlab.com:materials-modeling/hiphive.git
To ensure that the installation has succeeded it is recommended to run the tests:
python3 tests/main.py