Skip to content

Commit

Permalink
add local dev instructions for flask
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidhk authored Sep 9, 2017
1 parent b776506 commit f109f8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python-flask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Follow the steps mentioned below for git based pipeline
$ git push <remote> master
```

# Local development

```bash
$ cd app/src
$ pip install -r requirements.txt
$ FLASK_APP=__init__.py flask run
```
# Advanced usage

### **Port**
Expand Down

0 comments on commit f109f8d

Please sign in to comment.