.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
|
## Requirements
|
||||||
- Python 3.5
|
- Python 3.5
|
||||||
- MySQLdb (`mysqlclient` or `mysql-python`)
|
- MySQLdb (`mysqlclient` or `mysql-python`)
|
||||||
- Tornado (`tornado`)
|
- Bottle
|
||||||
- Bcrypt (`bcrypt`)
|
- Gevent
|
||||||
|
- Bcrypt
|
||||||
|
|
||||||
## How to set up pep.py
|
## How to set up pep.py
|
||||||
First of all, install all the dependencies
|
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
|
then, run pep.py once to create the default config file and edit it
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user