mirror of https://github.com/pallets/flask.git
tweaks to style and structure
This commit is contained in:
parent
1a9e082a76
commit
c34a87033f
|
|
@ -156,12 +156,13 @@ Next, add the `easy_install` command and other Python scripts to the
|
||||||
command search path, by adding your Python installation's Scripts folder
|
command search path, by adding your Python installation's Scripts folder
|
||||||
to the `PATH` environment variable. To do that, right-click on the
|
to the `PATH` environment variable. To do that, right-click on the
|
||||||
"Computer" icon on the Desktop or in the Start menu, and choose "Properties".
|
"Computer" icon on the Desktop or in the Start menu, and choose "Properties".
|
||||||
Then click on "Advanced System settings" (on Windows XP, click on the
|
Then click on "Advanced System settings" (in Windows XP, click on the
|
||||||
"Advanced" tab instead). Then click on the "Environment variables" button and
|
"Advanced" tab instead). Then click on the "Environment variables" button.
|
||||||
double-click on the "Path" variable in the "System variables" section. There
|
Finally, double-click on the "Path" variable in the "System variables" section,
|
||||||
append the path of your Python interpreter's Scripts folder. Be sure to delimit
|
and add the path of your Python interpreter's Scripts folder. Be sure to
|
||||||
it from existing values with a semicolon. Assuming you are using Python 2.6 on
|
delimit it from existing values with a semicolon. Assuming you are using
|
||||||
the default path, add the following value::
|
Python 2.6 on the default path, add the following value::
|
||||||
|
|
||||||
|
|
||||||
;C:\Python26\Scripts
|
;C:\Python26\Scripts
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue