- Python >=3.7.3
- A compiler with C++11 support
- Pip 10+ or CMake >= 3.4 (or 3.14+ on Windows, which was the first version to support VS 2019)
- Ninja or Pip 10+
You will also need to install the project dependencies:
(All available with pip.)
To install with pip:
pip install hipopy
To install from source:
git clone https://github.com/mfmceneaney/hipopy.git
Then add to following to your startup script:
export PYTHONPATH=$PYTHONPATH:/path/to/hipopy
Check out the example scripts in tutorials
. More functionality coming soon!
Full documentation available on Read the Docs!
Contact: [email protected]