aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpjotrp2016-02-13 11:22:02 +0100
committerPjotr Prins2016-04-20 08:16:10 +0000
commite1cdb11c211394472e2f8cdd033fd0f93dbf5cea (patch)
tree4401a4f25b735c79cec8501aa1652d528f8a8df2
parentc9a48705184c02f0b74b01bae1d0ed8d9328550a (diff)
downloadgenenetwork2-e1cdb11c211394472e2f8cdd033fd0f93dbf5cea.tar.gz
Docs: Use ./doc dir instead of ./misc
-rw-r--r--INSTALL.md2
-rw-r--r--doc/gn_installation_notes.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b8c9c977..3ef2d5b3 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -86,4 +86,4 @@ GN2 can locate PYLMM through PYLMM_PATH in setting.py (or in ENV)
## Other information
-Check also the ./misc/ directory for settings
+Check also the ./doc directory for settings
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
+===========================================