@ -8,6 +8,8 @@ intentions. And before you ask: It's BSD licensed!
Flask is Fun
````````````
Save in a hello.py:
.. code:: python
from flask import Flask
@ -23,6 +25,8 @@ Flask is Fun
And Easy to Setup
`````````````````
And run it:
.. code:: bash
$ pip install Flask