Skip to content

Commit

Permalink
Updated readme with run flask app
Browse files Browse the repository at this point in the history
  • Loading branch information
loicbaron authored May 20, 2018
1 parent d22b2e1 commit b65732c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ python3 setup.py install
```bash
python3 -m pytest
```

## run app
```bash
export FLASK_APP=katatennis
export FLASK_ENV=development
flask run
```

0 comments on commit b65732c

Please sign in to comment.