instructions are out of order

This commit is contained in:
Morgan 'ARR\!' Allen 2023-10-19 11:59:42 -07:00
parent c742616e98
commit a6feb49eb0
1 changed files with 1 additions and 1 deletions

View File

@ -31,8 +31,8 @@ To see this in action a demo server has been provided based on `Flask`. To run i
```
python -m venv .
pip install -r requirements.txt
. bin/activate
pip install -r requirements.txt
flask run --debug #optional
```