A project template for a minimal Flask app with Bootstrap
-
Fork/clone/download this repo
-
Create a virtual environment that uses Python 3:
$ virtualenv -p $(which python3) venv -
Activate the virtual environment:
$ source venv/bin/activate -
Install dependencies:
$ pip install -r requirements.txt -
Run the app:
$ python run.py