Skip to content

Commit

Permalink
Updated setup.py a bit. This fixes pallets#1018
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed May 7, 2014
1 parent e3a8149 commit 2639a23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
Flask is Fun
````````````
Save in a hello.py:
.. code:: python
from flask import Flask
Expand All @@ -23,6 +25,8 @@ def hello():
And Easy to Setup
`````````````````
And run it:
.. code:: bash
$ pip install Flask
Expand Down

0 comments on commit 2639a23

Please sign in to comment.