Update README.md

This commit is contained in:
Stephan 2018-06-21 17:29:05 +02:00 committed by GitHub
parent 4105725dfc
commit 91f4ab22fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@ $ apt-get install python3-pip postgresql postgresql-client python3.5
Install Devicehub with *pip*: `pip3 install ereuse-devicehub -U --pre`.
`flask` is needed for running the server.
```bash
$ pip3 install flask
```
## Running
Create a python file with the following and call it `app.py`:
```python