.. _installation: Installation guide ================== Python version supported : 3.5 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 The easiest way to the get the `graphomics` package in `Python` is via `pip` installation .. code-block:: bash python -m pip install graphomics or via `conda`: .. code-block:: bash conda install graphomics The `Python` installation for *developers* is executed using the setup_ script. .. code-block:: bash python -m pip install --editable . --user .. _setup: https://github.com/Nico-Curti/graphomics/blob/main/setup.py