Skip to content

Instantly share code, notes, and snippets.

@iangelmx
Created April 25, 2020 03:40
Show Gist options
  • Save iangelmx/a1e0da39ee5074129330d042a7466336 to your computer and use it in GitHub Desktop.
Save iangelmx/a1e0da39ee5074129330d042a7466336 to your computer and use it in GitHub Desktop.
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
deactivate
export FLASK_APP=application
export FLASK_ENV=development
FLASK run --cert=adhoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment