From 12095485ab4fe496086bf69c769164c6b975323e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Sun, 16 Apr 2017 00:33:56 +0300 Subject: [PATCH] Updating readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89d7d45..c93af44 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This is a simple web app used for an university projects. +You will need **Python 3.3** or greater to run this app. +Python 2 has not been tested. + It should provide a simple score board display for some benchmarking data which is gathered from another application. @@ -15,8 +18,9 @@ and update the file to match your configuration settings. Then run: ```bash -python3 setup.py install -nohup python3 application.py & +pip install -r requirements.txt +python setup.py install +nohup python application.py & ``` ### Running Tests