Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 402 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 402 Bytes

py-hpx

Python module for running HPx simulations.

pip install https://github.com/flowmatters/py-hpx/archive/master.zip

At this stage we haven't tagged releases so you just install from the latest version.

To upgrade, uninstall the one you've got, then install again

pip uninstall -y py-hpx
pip install https://github.com/flowmatters/py-hpx/archive/master.zip