InstallationΒΆ
To install Hetero, follow these steps. You need to have preferably mamba (otherwise conda) installed.
git clone https://gitlab.gwdg.de/golmohammadi/hetero.git
mamba env create -f hetero.yml
conda activate hetero
pip install -e .
If you want to create this documentation locally, replace the last line with the following lines:
pip install -e .[docs]
cd docs
make html
which creates the documentation file at docs/build/html/index.html.