.BANCHO. .HIDE. Add requirements.txt, update README
This commit is contained in:
parent
bd395ef30b
commit
771b6e294b
|
@ -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
6
requirements.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
tornado
|
||||
gevent
|
||||
mysqlclient
|
||||
psutil
|
||||
raven
|
||||
bcrypt
|
|
@ -1,4 +0,0 @@
|
|||
D:
|
||||
cd D:\DevStuff\newripple\pep.py
|
||||
python pep.py
|
||||
pause
|
Loading…
Reference in New Issue
Block a user