.BANCHO. .HIDE. Add requirements.txt, update README

This commit is contained in:
Nyo 2016-08-28 11:53:35 +02:00
parent bd395ef30b
commit 771b6e294b
3 changed files with 9 additions and 6 deletions

View File

@ -9,15 +9,16 @@ This is Ripple's bancho server. It handles:
## Requirements
- Python 3.5
- MySQLdb (`mysqlclient` or `mysql-python`)
- MySQLdb (`mysqlclient`)
- Tornado
- Gevent
- Bcrypt
- Raven
## How to set up pep.py
First of all, install all the dependencies
```
$ pip install mysqlclient tornado gevent bcrypt
$ pip install -r requirements.txt
```
then, run pep.py once to create the default config file and edit it
```

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
tornado
gevent
mysqlclient
psutil
raven
bcrypt

View File

@ -1,4 +0,0 @@
D:
cd D:\DevStuff\newripple\pep.py
python pep.py
pause