commit 2af69c3604ba4ab19b3cefa53199e308c6ada5cc
parent bf1b4130a469463040a3974a6b58a3e43149de5f
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Fri, 15 Aug 2014 17:42:50 +0200
install info
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README b/README
@@ -20,7 +20,10 @@ modules from plint <http://gitorious.org/plint/> that you should put in the same
folder, and also "frhyme.py" (see plint's documentation).
drime also requires PyMySQL <http://www.pymysql.org> and Flask
-<http://flask.pocoo.org/> for Python3.
+<http://flask.pocoo.org/> for Python3. To install PyMySQL, use for instance:
+
+ sudo pip3 install pymysql
+ sudo apt-get install python3-flask
drime requires a working MySQL installation (package mysql-server on Debian
systems) and the instructions in this README require the MySQL client (package