Skip to content

Quickstart

Zachary Smith edited this page Apr 28, 2023 · 8 revisions

Quickstart

$ export FLASK_SECRET_KEY="someSecureSecretKey"
$ python_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.
Clone this wiki locally