From 846652103defc7fec0643b1ea64e7366cd141ada Mon Sep 17 00:00:00 2001 From: John Gabriele Date: Thu, 20 Jul 2017 14:01:36 -0400 Subject: [PATCH] give reader context about purpose of this section Otherwise it's unclear why you should be installing at all (the quickstart describes a hello.py file that doesn't require any installation). Resolves #2421. --- docs/tutorial/packaging.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tutorial/packaging.rst b/docs/tutorial/packaging.rst index 5db921aa..f702be2d 100644 --- a/docs/tutorial/packaging.rst +++ b/docs/tutorial/packaging.rst @@ -3,6 +3,11 @@ Step 3: Installing flaskr as a Package ====================================== +It's customary to install your Flask application package into your +project's venv right from the start. As described below, you'll use +pip to install it such that code changes will automatically propagate +to the installed package. + Flask is now shipped with built-in support for `Click`_. Click provides Flask with enhanced and extensible command line utilities. Later in this tutorial you will see exactly how to extend the ``flask`` command line