/flask-sandbox

Flask examples and experiments

Primary LanguageHTML

Python Web Develop with Flask

Guiding myself through the hidden path of Flask

Requirements

To install and run these examples you need:

  • Python 2.7 or 3.3+
  • virtualenv (not required if you are using Python 3.4)
  • git (only to clone this repository)

Installation

git clone https://github.com/akafael/flask-sandbox/tree/master
cd flask-sandbox
virtualenv venv
. venv/bin/activate
() pip install -r requirements.txt

References