Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
atarkowska committed Oct 22, 2017
1 parent 1d74338 commit 2671bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ Install

Install Miniconda::

wget https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh
bash Miniconda3-4.3.21-Linux-x86_64.sh
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh

export PATH=~/miniconda/bin:$PATH


Install application::

pip install "git+git://github.com/ola-t/django-rest-framework-json-api@develop#egg=djangorestframework-jsonapi"
pip install https://github.com/ProteinsWebTeam/ebi-metagenomics-api/archive/$latestTag.tar.gz
pip install https://github.com/EBI-Metagenomics/emgapi/archive/$latestTag.tar.gz


Start application::
Expand Down

0 comments on commit 2671bc6

Please sign in to comment.