Skip to content

Commit

Permalink
Merge pull request #2016 from mdehollander/patch-1
Browse files Browse the repository at this point in the history
Changed the pip command in order to have qiita-files installed
  • Loading branch information
antgonza committed Dec 9, 2016
2 parents 43d82fa + cbfbbce commit 431ad9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pip install https://github.com/biocore/mustached-octo-ironman/archive/master.zip
Install Qiita (this occurs through setuptools' `setup.py` file in the qiita directory):

```bash
pip install -e .
pip install -e . --process-dependency-links
```

At this point, Qiita will be installed and the system will start. However,
Expand Down

0 comments on commit 431ad9b

Please sign in to comment.