Skip to content

Commit

Permalink
instructions for conda updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Clémence Réda committed May 15, 2024
1 parent c5e6a8c commit 3918671
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ pip install NORDic

### Using conda (package hosted on Anaconda.org)

All dependencies are retrievable from Anaconda:
All dependencies (except for clingo) are retrievable from Anaconda:

```bash
conda install -c potassco clingo

conda install -c creda -y -q nordic
conda install -c bioconda -y -q nordic
```
Expand Down
7 changes: 4 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ We need to install missing dependencies from PyPI: ::
Using conda (package hosted on Anaconda.org)
::::::::::::::::::::::::::::::::::::::::::::

All dependencies are retrievable from Anaconda: ::
All dependencies (except for clingo) are retrievable from Anaconda: ::

$ conda install -c creda -y -q nordic
$ conda install -c potassco clingo
$ conda install -c bioconda -y -q nordic

Using `CoLoMoTo-Docker <https://github.com/colomoto/colomoto-docker>`_ (since March 1st, 2023)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Expand All @@ -43,4 +44,4 @@ Run the following command lines: ::
From Source Files
:::::::::::::::::

Download the `tar.gz file from PyPI <https://pypi.python.org/pypi/nordic/>`_ and extract it. The library consists of a directory named `NORDic` containing several Python modules.
Download the `tar.gz file from PyPI <https://pypi.python.org/pypi/nordic/>`_ and extract it. The library consists of a directory named `NORDic` containing several Python modules.

0 comments on commit 3918671

Please sign in to comment.