Requirements are specified in the included Pipfile
:
- Python 3.8
- Infomap Python package 1.3.0
Install with pipenv
:
pipenv install
Main entrypoint is in hypergraph/main.py
.
Activate the environment with
pipenv shell
Then, run the code
python -m hypergraph --help
See the Makefile
for example usage.
Anton Eriksson