Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
urmi-21 committed Jan 4, 2021
1 parent 1dd6fb0 commit db581eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
17 changes: 13 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,25 @@ Key Features
Installation
#############

To install the latest stable release via conda::
To install the latest stable release via conda:

.. code-block:: bash
conda install -c bioconda pyrpipe
To install the latest stable release via pip::
To install the latest stable release via pip:

.. code-block:: bash
pip install pyrpipe --upgrade
Install latest development version ::
Install latest development version :

.. code-block:: bash
git clone https://github.com/urmi-21/pyrpipe.git
pip install -r pyrpipe/requirements.txt
pip install -e path_to/pyrpipe
pip install -e pyrpipe
See the :ref:`Installation notes <installation>` for details.

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ jinja2
weasyprint
importlib_resources
multiqc
seaborn

seaborn

0 comments on commit db581eb

Please sign in to comment.