From 2f8f8e1beb84c4dcf2aef7d2cf19a8de76fe052d Mon Sep 17 00:00:00 2001 From: Nyo Date: Mon, 22 Aug 2016 15:31:10 +0200 Subject: [PATCH] .HIDE. Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aeff15c..ef0c6d6 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,14 @@ This is Ripple's bancho server. It handles: ## Requirements - Python 3.5 - MySQLdb (`mysqlclient` or `mysql-python`) -- Tornado (`tornado`) -- Bcrypt (`bcrypt`) +- Bottle +- Gevent +- Bcrypt ## How to set up pep.py First of all, install all the dependencies ``` -$ pip install mysqlclient tornado bcrypt +$ pip install mysqlclient bottle gevent bcrypt ``` then, run pep.py once to create the default config file and edit it ```