Installation¶
Requirements¶
Python version 3.6.4 or higher
gcc/clang with c++11 support
Python Development headers
You must have the Python.h header available on your system. For example, for Python 3.4, install the python3.4-dev package on Debian/Ubuntu systems.
Then, install the pybind11 library
pip install pybind11
Installation¶
Installation in a virtualenv is strongly advised!
Installation with pip¶
pip install hdt
Manual installation¶
git clone --recursive https://github.com/Callidon/pyHDT
cd pyHDT/
pip install -r requirements.txt
python setup.py install