โ๏ธ Installationยถ
You can install HGX using pip:
pip install hypergraphx
Note
If you are using notebooks, install the docs requirements too to enable rich outputs.
To install from source:
pip install -e .
Optional dependenciesยถ
If you only need core functionality, the base install is enough. For docs or notebooks:
pip install .[docs]
For development tools:
pip install .[dev]