Skip to content

Commit

Permalink
Fix environment creation in the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-brinda committed Jun 21, 2017
1 parent ff51c89 commit 0ceef97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
Tutorials
---------

Tutorials demonstrate how to install RNFtools and how to use it. All examples are also located in a `special directory`_.

.. _special directory: https://github.com/karel-brinda/rnftools/tree/master/examples/01_tutorial
The tutorials will help you x to install RNFtools and will show you how to use
it. All the presented examples are also located in a `dedicated Github directory
<https://github.com/karel-brinda/rnftools/tree/master/examples/01_tutorial>`_.

.. toctree::
:glob:
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/00_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ separate Bioconda_ environment.

.. code-block:: bash
conda install -c bioconda rnftools
conda create -n rnftools rnftools
Once the environment is installed, you can activate it by

Expand All @@ -61,7 +61,7 @@ packages.

.. code-block:: bash
conda install -c bioconda rnftools
conda install rnftools
Installation using PIP from PyPI
Expand Down

0 comments on commit 0ceef97

Please sign in to comment.