Skip to content

Instantly share code, notes, and snippets.

@iangelmx
Created April 25, 2020 20:37
Show Gist options
  • Save iangelmx/f06467530139639f27ab6a8b77173c26 to your computer and use it in GitHub Desktop.
Save iangelmx/f06467530139639f27ab6a8b77173c26 to your computer and use it in GitHub Desktop.
python -m venv env
env\Scripts\activate.bat
pip install -r requirements.txt
deactivate
SET FLASK_APP=application.py
SET 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