Skip to content

Commit 49188d6

Browse files
author
App Generator
committed
Update README.md
1 parent 7a1fd2a commit 49188d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ $ export FLASK_APP=run.py
4949
$ export FLASK_ENV=development
5050
```
5151

52+
> Or for Windows-based systems
53+
54+
```powershell
55+
$ (Windows CMD) set FLASK_APP=run.py
56+
$ (Windows CMD) set FLASK_ENV=development
57+
$
58+
$ (Powershell) $env:FLASK_APP = ".\run.py"
59+
$ (Powershell) $env:FLASK_ENV = "development"
60+
```
61+
5262
initialize database, check `run.py` for shell context
5363

5464
```bash

0 commit comments

Comments
 (0)