Installation
To install this tool you will need the git version control system and a recent Python setup which include pip
.
Clone this repository (and the necessary submodules) using
git
:git clone --recurse-submodules https://gitlab.com/wxwilcke/hypodisc.git
Change directory to the root of the tool:
cd hypodisc/
Install the prerequisites (numpy, sklearn, flask, and pyRDF) and the tool itself using pip:
pip install .
Hypodisc is now installed and ready to use.