From faa9bbbc928e1e87ffff5d916fca68d86cfa644b Mon Sep 17 00:00:00 2001 From: Vanhala Antti Date: Thu, 5 Jun 2014 00:26:30 +0300 Subject: [PATCH] python-mysqldb is needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c89e31..a26dae5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ chmod +x sendGraph.py ## Web server ```bash git clone git@github.com:Randati/fc00.org.git -sudo apt-get install python-flask python-flup +sudo apt-get install python-flask python-flup python-mysqldb cd web cp lighttp.example.conf lighttp.conf