File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ currently works with Python 2.6 and 2.7, but not Python 3.x.
1515
1616- **Windows **
1717
18- #. Download and run the [ Python 2.7.x MSI
19- installer]( https://www.python.org/download/releases/2.7.8/) . Make sure to
20- select to option to ``Add python.exe to Path ``.
18+ #. Download and run the ` Python 2.7.x MSI installer
19+ < https://www.python.org/download/releases/2.7.8/> `_ . Make sure to
20+ select to option to ``Add python.exe to Path ``.
2121 #. Add the Python Scripts directory your PATH:
2222 ``PATH=%PATH%;c:\Python27\Scripts ``. If you aren't sure how to edit your
2323 ``PATH ``, see `this guide for all versions of Windows
2424 <https://www.java.com/en/download/help/path.xml> `_. Log out and back in for
2525 the change to take effect.
26- #. Install [ pip]( https://pip.pypa.io/en/latest/installing.html#install-pip) , a
26+ #. Install ` pip < https://pip.pypa.io/en/latest/installing.html#install-pip >`_ , a
2727 Python package manager by saving the ``get-pip.py `` script to a file and
2828 running it from a terminal.
2929
You can’t perform that action at this time.
0 commit comments