.HIDE. Update README
This commit is contained in:
parent
8f79e58185
commit
2f8f8e1beb
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user