Skip to content

Commit 5739db5

Browse files
committed
DOC: Update INSTALL.md
1 parent e850c0a commit 5739db5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

INSTALL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Qiita is a python package, with support for python 2.7, that depends on the foll
2222
* [networkx](http://networkx.lanl.gov/index.html)
2323
* [WTForms 2.0.1](https://wtforms.readthedocs.org/en/latest/)
2424
* [Mock](http://www.voidspace.org.uk/python/mock/) For running test code only
25-
* [redis 2.8.0](https://pypi.python.org/pypi/redis/)
2625

2726
And on the following packages:
2827

@@ -51,7 +50,7 @@ wget https://github.com/biocore/qiita/blob/a0628e54aef85b1a064d40d57ca981aaf082a
5150
echo "export QIITA_CONFIG_FP=config_test.txt" >> ~/.bashrc
5251
source ~/.bashrc
5352
# (3) start a test environment
54-
qiita_env make --no-load-ontologies --add-demo-user
53+
qiita_env make --no-load-ontologies
5554
```
5655

5756
Finally you need to start the server:

0 commit comments

Comments
 (0)