Updating readme

This commit is contained in:
Denis-Cosmin Nutiu 2017-04-16 00:33:56 +03:00
parent 9a23409ec7
commit 12095485ab

View file

@ -2,6 +2,9 @@
This is a simple web app used for an university projects. 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 It should provide a simple score board display
for some benchmarking data which is gathered from another application. 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: Then run:
```bash ```bash
python3 setup.py install pip install -r requirements.txt
nohup python3 application.py & python setup.py install
nohup python application.py &
``` ```
### Running Tests ### Running Tests