Browse Source

Updated setup.py a bit. This fixes #1018

pull/1050/head
Armin Ronacher 11 years ago
parent
commit
2639a23b88
  1. 4
      setup.py

4
setup.py

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

Loading…
Cancel
Save