Skip to content

Commit 66f620b

Browse files
authored
Update instructions.md
Added an easier way to bring up the system information app on a Win10 machine, as there is no Pause/Break key on Microsoft Laptops. As a side note - what I am seeing on the published website does not match the Master Branch. Perhaps someone could deploy it before Sat?
1 parent bb02284 commit 66f620b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

en/python_installation/instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
55
Django is written in Python. We need Python to do anything in Django. Let's start by installing it! We want you to install the latest version of Python 3, so if you have any earlier version, you will need to upgrade it. If you already have version 3.4 or higher you should be fine.
66

7-
Please install normal Python as follows, even when you have Anaconda installed on your computer.
8-
7+
Please install normal Python as follows, even when you have Anaconda installed on your compute
98
<!--sec data-title="Install Python: Windows" data-id="python_windows" data-collapse=true ces-->
109

1110
First check whether your computer is running a 32-bit version or a 64-bit version of Windows, on the "System type" line of the System Info page. To reach this page, try one of these methods:
12-
* Press the Windows key and Pause/Break key at the same time
11+
* Press the Windows key and start to type System Information, the menu should bring it up as best match within 3 letters, click on it or press enter to accept it
1312
* Open your Control Panel from the Windows menu, then navigate to System & Security, then System
1413
* Press the Windows button, then navigate to Settings > System > About
14+
* Press the Windows key and Pause/Break key at the same time
1515

1616
You can download Python for Windows from the website https://www.python.org/downloads/windows/. Click on the "Latest Python 3 Release - Python x.x.x" link. If your computer is running a **64-bit** version of Windows, download the **Windows x86-64 executable installer**. Otherwise, download the **Windows x86 executable installer**. After downloading the installer, you should run it (double-click on it) and follow the instructions there.
1717

0 commit comments

Comments
 (0)