Skip to content

Commit

Permalink
fix #199
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Apr 8, 2017
1 parent 5d76d63 commit 23c754c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Requirements
- python 2.7
- python 3
- sqlalchemy
- GeoIP
- twisted
Expand All @@ -9,7 +9,7 @@
# git clone [email protected]: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).
Expand Down

0 comments on commit 23c754c

Please sign in to comment.