Don't mention Flask dev releases anymore

Fix #1155
This commit is contained in:
Markus Unterwaditzer 2014-08-28 16:12:00 +02:00
parent c2ed8d61c3
commit 7db5232572

View file

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