- Make a virtualenv:
virtualenv env
- Activate the virtualenv:
source env/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Run the server:
python app.py
- Open website in browser at
http://localhost:5000/
- Run the server:
env/bin/python app.py
- Open website in browser at
http://localhost:5000/
To render a template in templates/hello/world.html
open http://localhost:5000/hello/world.html