We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install from PyPI. This is best for most users.
pip install deglib
You can also compile deglib yourself.
This can be useful if you want to:
# get the source git clone https://github.com/Visual-Computing/DynamicExplorationGraph.git cd DynamicExplorationGraph/python/ # create virtualenv python -m venv venv && . venv/bin/activate # install build dependencies pip install setuptools>=77.0 pybind11 build python setup.py copy_build_files # copy c++ library to ./lib/ # install pip install .