Updated setup.py a bit. This fixes #1018

This commit is contained in:
Armin Ronacher 2014-05-07 21:51:12 +02:00
parent e3a81497f9
commit 2639a23b88

View file

@ -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