From 183f9a0ba19b6fcdf1475285af1bb1fcd45a9442 Mon Sep 17 00:00:00 2001 From: Lei Yan Date: Fri, 20 Sep 2013 17:20:52 -0500 Subject: Tissue correlation results work for sample r/rho correlation page and are written to the template --- misc/gn_installation_notes.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'misc') 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) -- cgit v1.2.3