Updating readme
This commit is contained in:
parent
9a23409ec7
commit
12095485ab
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue