Skip to content

Commit 35d8f2c

Browse files
committed
Starting a flask app does not require env var
Remove unnecessary mentioning of env var, so that we don't need to mention Shell and MSDos scenarios.
1 parent 1492132 commit 35d8f2c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,20 +139,11 @@ In the steps below, "ClientID" is the same as "Application ID" or "AppId".
139139
```Shell
140140
$ pip install -r requirements.txt
141141
```
142-
- If the environment variable for Flask is already set:
143142

144143
Run app.py from shell or command line:
145144
```Shell
146145
$ python app.py
147146
```
148-
- If the environment variable for Flask is not set:
149-
150-
Type the following commands on shell or command line by navigating to the project directory:
151-
```Shell
152-
$ export FLASK_APP=app.py
153-
$ export FLASK_DEBUG=1
154-
$ flask run
155-
```
156147

157148
## Community Help and Support
158149

0 commit comments

Comments
 (0)