instructions are out of order
This commit is contained in:
parent
c742616e98
commit
a6feb49eb0
1 changed files with 1 additions and 1 deletions
|
@ -31,8 +31,8 @@ To see this in action a demo server has been provided based on `Flask`. To run i
|
||||||
|
|
||||||
```
|
```
|
||||||
python -m venv .
|
python -m venv .
|
||||||
pip install -r requirements.txt
|
|
||||||
. bin/activate
|
. bin/activate
|
||||||
|
pip install -r requirements.txt
|
||||||
flask run --debug #optional
|
flask run --debug #optional
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue