Skip to content

Commit

Permalink
Update installation doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
skarunan committed Feb 8, 2019
1 parent 9963582 commit 5b7060b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,21 @@ You can search for rapid using the following command: ::

An example command to use RAPID as a conda environment : ::

conda create --name <environment_name> rapid=<version>
conda create --name <environment_name> rapid

This command creates an environment for RAPID. We advise to use conda environment based approach, as this would not disturb your existing installations, and use only the compatible versions of dependencies.
This command creates an environment for RAPID's latest version. We advise to use conda environment based approach, as this would not disturb your existing installations, and use only the compatible versions of dependencies.


If you wish to test the installation, download the testData folder from the git repository `RAPID <https://github.com/SchulzLab/RAPID>`_.

Please refer to **TroubleShooting_FAQs** section, if you encounter issues.


First activate the desired conda environment ::

source activate <environment_name>
Now, simply run ::
Move inside the testData folder, and Now, simply run ::

bash runTest.sh
Expand Down

0 comments on commit 5b7060b

Please sign in to comment.