From 7db5232572b23bb42e19c81548366b544bd13ea4 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 28 Aug 2014 16:12:00 +0200 Subject: [PATCH] Don't mention Flask dev releases anymore Fix #1155 --- docs/installation.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 5bf668af..bd872163 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -131,17 +131,6 @@ This will pull in the dependencies and activate the git head as the current version inside the virtualenv. Then all you have to do is run ``git pull origin`` to update to the latest version. -To just get the development version without git, do this instead:: - - $ mkdir flask - $ cd flask - $ virtualenv venv - $ . venv/bin/activate - New python executable in venv/bin/python - Installing setuptools, pip............done. - $ pip install Flask==dev - ... - Finished processing dependencies for Flask==dev .. _windows-easy-install: