From 4e321ca0f78bf76991e5bd86cbe6f718efd22fdc Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Fri, 10 Nov 2017 17:32:02 +0100 Subject: [PATCH] Add running instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 05ca40f..1d4184c 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,8 @@ Copy `config.py.example` to `config.py`, and edit it as the comments say. Then, create a virtualenv (or not), then run `pip3 install -r requirements.txt` *Note: pimpybot requires Python 3.6.* + + +## Running + +`python3 app.py`. \ No newline at end of file