aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorZachary Sloan2013-10-11 14:17:50 -0500
committerZachary Sloan2013-10-11 14:17:50 -0500
commit51be798ef6311a86ea1ca8c5092277d727b98a5a (patch)
tree8471652f8eeb92bbcbdf5b7193b649de3716a0bb /misc
parent3325184b1dd310619626dd31852ab84cae6dc7fc (diff)
parent8a09358e98dbf88deb101d13107a40bac371de5c (diff)
downloadgenenetwork2-51be798ef6311a86ea1ca8c5092277d727b98a5a.tar.gz
Merge /home/lei/gene
Conflicts: wqflask/maintenance/quick_search_table.py
Diffstat (limited to 'misc')
-rw-r--r--misc/gn_installation_notes.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/misc/gn_installation_notes.txt b/misc/gn_installation_notes.txt
index 6329586f..a73e7d4f 100644
--- a/misc/gn_installation_notes.txt
+++ b/misc/gn_installation_notes.txt
@@ -272,6 +272,12 @@ sudo apt-get install r-base-dev
===========================================
+Installing rpy2
+
+pip install rpy2
+
+===========================================
+
Install Parallel Python (pp)
wget http://www.parallelpython.com/downloads/pp/pp-1.6.3.tar.gz
@@ -303,7 +309,13 @@ To get server running:
!If having seemingly inexplicable problems with imports, make sure I've started the environment!
Start up virtual environment:
-source ~/ve27/bin/activate
+source ~/ve27/bin/activate==============
+
+Install requests
+
+pip install requests
+
+=======================
To set WQFLASK_SETTINGS environment variable:
export WQFLASK_SETTINGS=~/zach_settings.py (or wherever file is located)