InstallationΒΆ

Assuming you have Python 3.X installed, you can simply install DHD with pip:

$ pip install dhd

If you prefer to install it from source (git is required) run the following commands:

$ git clone https://gitlab.com/crem-repository/dhd.git
$ pip install -r requirements.txt
$ pip install .

We recommend to use a virtual environment for the installation. Also jupyter notebooks (Jupyter Notebook) are necessary to run the learning examples and are practical when using the package.

The spatial indexing in Python requires the ctypes Python wrapper Rtree. Please follow the installation instructions on the previous link.