diff options
author | pjotrp | 2016-02-13 11:22:02 +0100 |
---|---|---|
committer | Pjotr Prins | 2016-04-20 08:16:10 +0000 |
commit | e1cdb11c211394472e2f8cdd033fd0f93dbf5cea (patch) | |
tree | 4401a4f25b735c79cec8501aa1652d528f8a8df2 /doc | |
parent | c9a48705184c02f0b74b01bae1d0ed8d9328550a (diff) | |
download | genenetwork2-e1cdb11c211394472e2f8cdd033fd0f93dbf5cea.tar.gz |
Docs: Use ./doc dir instead of ./misc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gn_installation_notes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gn_installation_notes.txt b/doc/gn_installation_notes.txt index 584080f7..efea0309 100644 --- a/doc/gn_installation_notes.txt +++ b/doc/gn_installation_notes.txt @@ -96,7 +96,7 @@ Before installing from requirements.txt, install numpy separately: pip install numpy==1.7.0 (or whatever version we're using) Install from requirements.txt (after activating virtualenv): -pip install -r gene/misc/requirements.txt +pip install -r gene/doc/requirements.txt =========================================== @@ -343,4 +343,4 @@ python runserver.py To do full upgrade (as opposed to apt-get upgrade) sudo aptitude full-upgrade -===========================================
\ No newline at end of file +=========================================== |