.HIDE. Update README

This commit is contained in:
Nyo 2016-08-22 15:31:10 +02:00
parent 8f79e58185
commit 2f8f8e1beb
1 changed files with 4 additions and 3 deletions

View File

@ -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
```