Skip to content

Commit

Permalink
docs: update flask run commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Mar 29, 2022
1 parent c6aa15e commit e85887e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,19 +341,19 @@ Examples:
Unix:
```bash
$ export FLASK_APP=datagateway_api/src/main.py
$ flask run
$ poetry run flask run
```

CMD:
```CMD
> set FLASK_APP=datagateway_api/src/main.py
> flask run
> poetry run flask run
```

PowerShell:
```powershell
> $env:FLASK_APP = "datagateway_api/src/main.py"
> flask run
> poetry run flask run
```

The Flask app can be configured so that code changes are monitored and the server will
Expand Down

0 comments on commit e85887e

Please sign in to comment.