Installation¶
Requirements¶
Python version 3.6.4 or higher
gcc/clang with c++11 support
Python Development headers
Note
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.
Installation¶
Installation using pipenv or a virtualenv is strongly advised!
PyPi installation (recommended)¶
# you can install using pip
pip install rdflib-hdt
# or you can use pipenv
pipenv install rdflib-hdt
Manual installation¶
Requirement: pipenv
git clone https://github.com/Callidon/pyHDT
cd pyHDT/
./install.sh