forked from orbit-oss/flask
Merge pull request #1160 from untitaker/docs_dev_installation
Don't mention Flask dev releases anymore
This commit is contained in:
commit
462bc6c2e5
1 changed files with 0 additions and 11 deletions
|
|
@ -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
|
version inside the virtualenv. Then all you have to do is run ``git pull
|
||||||
origin`` to update to the latest version.
|
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:
|
.. _windows-easy-install:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue