-
Notifications
You must be signed in to change notification settings - Fork 0
Quickstart
Zachary Smith edited this page Apr 28, 2023
·
8 revisions
$ export FLASK_SECRET_KEY="someSecureSecretKey"
$ python_web_io .\example.py
- Create a
.envrc
file, settingFLASK_SECRET_KEY
as perpython_web_io/.envrc.example
. - Try running the
example.py
script usingpython_web_io example.py
.
Argument | ||
---|---|---|
"example.py" |
Optional | Specify the file path for the app Python script / entrypoint. |
--debug |
Optional | Run the Flask server with debug output enabled. |