Skip to content

Commit 8719a4c

Browse files
author
Tania Allard
committed
Updates set-up-windows-users.md
Auto commit by GitBook Editor
1 parent ca21d5f commit 8719a4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

set-up-windows-users.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We need Git to serve as our default version control tool, it will also provide a
3030
Python does not come pre-installed with Windows
3131

3232
1. Head to the Python main website ([here](https://www.python.org/downloads/windows/)) and download the latest version.
33-
2. Make sure you choose a '2.x' version
33+
2. Make sure you choose a '3.x' version
3434
3. Once this has been downloaded click on the **.exe** file and follow the installer instructions
3535

3636
### Install pip
@@ -47,9 +47,9 @@ you should see a legend stating the version of pip you have installed and the lo
4747

4848
Download [get-pip.py](https://bootstrap.pypa.io/get-pip.py), being careful to save it as a .py file rather than .txt. Then, run it from the command prompt:
4949

50-
python get-pip.py
50+
`python get-pip.py`
5151

52-
You possibly need an administrator command prompt to do this. Follow [_Start a Command Prompt as an Administrator_](http://technet.microsoft.com/en-us/library/cc947813(v=ws.10).aspx) (Microsoft TechNet).
52+
You possibly need an administrator command prompt to do this. Follow [Start a Command Prompt as an Administrator](http://technet.microsoft.com/en-us/library/cc947813(v=ws.10).aspx).
5353

5454
## Install a text editor
5555

0 commit comments

Comments
 (0)