diff options
author | Sam Ockman | 2012-05-24 03:10:30 -0400 |
---|---|---|
committer | Sam Ockman | 2012-05-24 03:10:30 -0400 |
commit | 26663ce7a4bb75d2602261ed957bf3c1cdc4ebc6 (patch) | |
tree | 954659166d136752a84a2fa46b35b7f005f56ea7 /README-wqflask.txt | |
parent | 527bb0459cf488e5021696e326dc10d28ecdd74c (diff) | |
download | genenetwork2-26663ce7a4bb75d2602261ed957bf3c1cdc4ebc6.tar.gz |
Added README, modified requirements
Diffstat (limited to 'README-wqflask.txt')
-rw-r--r-- | README-wqflask.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/README-wqflask.txt b/README-wqflask.txt new file mode 100644 index 00000000..fdade7fa --- /dev/null +++ b/README-wqflask.txt @@ -0,0 +1,31 @@ +This readme concerns the directory wqflask - an officially sanctioned fork of the main GeneNetwork +code. It's still very early in the process - but we eventually want to port all of the code +in GeneNetwork to Flask and Jinja2. For more information about the project in general, see +the file README.md. + +For more information about the port to Flask, please keep reading. + +************************* + +Requirements: + +* Python 2.7 + +* virtualenv 1.7.1.2 or later + +* Other python dependencies are listed in the file wqflask/requirements.txt + +************************** + +Installation: + +We highly recommend you create a virtual enviornment called ve27 in your home directory. + +> cd ~ + +> virtualenv ve27 + +> source ~/ve27/bin/activate + +> pip install -r ~/gene/wqflask/requirements.txt +(Or replace gene with the name of the directory holding your repository) |