From 771b6e294bf21f7cf63cf6c0bcd1f3699f56562b Mon Sep 17 00:00:00 2001 From: Nyo Date: Sun, 28 Aug 2016 11:53:35 +0200 Subject: [PATCH] .BANCHO. .HIDE. Add requirements.txt, update README --- README.md | 5 +++-- requirements.txt | 6 ++++++ runserver.bat | 4 ---- 3 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 requirements.txt delete mode 100644 runserver.bat diff --git a/README.md b/README.md index a9f04a8..9e4a44c 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..281a1ba --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +tornado +gevent +mysqlclient +psutil +raven +bcrypt \ No newline at end of file diff --git a/runserver.bat b/runserver.bat deleted file mode 100644 index 59753f3..0000000 --- a/runserver.bat +++ /dev/null @@ -1,4 +0,0 @@ -D: -cd D:\DevStuff\newripple\pep.py -python pep.py -pause