From 23c754cb410dc69f3ac3bc2d95e75621171a0ae4 Mon Sep 17 00:00:00 2001 From: abma Date: Sat, 8 Apr 2017 19:12:05 +0200 Subject: [PATCH] fix #199 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46b80916..13d8248a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Requirements -- python 2.7 +- python 3 - sqlalchemy - GeoIP - twisted @@ -9,7 +9,7 @@ # git clone git@github.com:spring/uberserver.git # virtualenv ~/virtenvs/uberserver # source ~/virtenvs/uberserver/bin/activate -# pip install SQLAlchemy pycrypto twisted GeoIP +# pip install SQLAlchemy pycrypto twisted pyOpenSSL GeoIP mysqlclient ``` Without further configuration this will create a SQLite database (server.db).