We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fee233 commit 92f361eCopy full SHA for 92f361e
1 file changed
docs/starting/install/win.rst
@@ -49,8 +49,8 @@ your own Python software with very little work.
49
To obtain the latest version of Setuptools for Windows, run the python script
50
available here: `ez_setup.py <https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py>`_
51
52
-You will need to another directory to your PATH, ``C:\Python27\Scripts``, where
53
-easy_install.exe and other utilities are stored. You can do this easily by running
+You will need to add another directory to your PATH, ``C:\Python27\Scripts``, where
+``easy_install.exe`` and other utilities are stored. You can do it easily by running
54
this command again::
55
56
C:\Python27\Tools\Scripts\win_add2path.py
0 commit comments