diff options
-rw-r--r-- | misc/notes.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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: |