Skip to content

Commit

Permalink
updated installations
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed Sep 16, 2024
1 parent bca92cb commit bf1c26e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/src/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@
Installation
############

``NetworkCommons`` requires Python version >= 3.10 to run.
``NetworkCommons`` requires ``Python`` version >= 3.9 to run.


-------------------

Currently, it can be installed from GitHub via Poetry. Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. More information `here <https://python-poetry.org>`_.
Currently, it can be installed from GitHub via pip.

.. code-block:: console
poetry install git+https://github.com/saezlab/networkcommons
pip install git+https://github.com/saezlab/networkcommons
Additionally, users can install backends for CORNETO via:

.. code-block:: console
pip install git+https://github.com/saezlab/networkcommons[corneto-backends]

0 comments on commit bf1c26e

Please sign in to comment.