Skip to content

Commit

Permalink
Merge branch '22-add-documentation' of https://github.com/saezlab/net…
Browse files Browse the repository at this point in the history
…workcommons into 22-add-documentation
  • Loading branch information
vicpaton committed Jun 14, 2024
2 parents 25202b1 + 22fe015 commit 2b53ab6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Installation
============

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

Development Version
-------------------

Currently, it can be installed from GitHub:

.. code-block:: console
pip install git+https://github.com/saezlab/networkcommons
Setting a conda environment
-----

All required dependencies have been packed in a conda environment file. To create a new conda environment with all the dependencies, you can use the following command:

.. code-block:: console
conda env create -f environment.yml

0 comments on commit 2b53ab6

Please sign in to comment.