From de2f501fd28baa29d57d79b371b9ffe0d1972ce3 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Tue, 22 Jan 2013 18:03:56 -0600 Subject: Added a couple things to notes regarding installing mysql client --- misc/notes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misc/notes.txt b/misc/notes.txt index c10b39e6..2ae9710b 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -4,9 +4,14 @@ git clone http://github.com/zsloan/genenetwork.git gene Pull from branch in git repository: git pull origin flask(or whatever the branch is) +To fix error "mysql_config not found": +sudo apt-get install libmysqlclient-dev + Install from requirements.txt: pip install -r gene/wqflask/requirements.txt -t ve27 + + ============================================ To get server running: -- cgit v1.2.3