From 2639a23b8875abb6c1dd2889728920cce5d09632 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 7 May 2014 21:51:12 +0200 Subject: [PATCH] Updated setup.py a bit. This fixes #1018 --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 1df413b2..0a5eb538 100644 --- a/setup.py +++ b/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