Skip to content

Commit 590ec40

Browse files
committed
Clarify connection between paragraph and its following helper image
Lack of explicit phrasing and colon rendered the previous version a little unclear. Fixes issue #382.
1 parent f32dac9 commit 590ec40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/python_installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Django is written in Python. We need Python to do anything in Django. Let's star
1818

1919
You can download Python for Windows from the website https://www.python.org/downloads/release/python-343/. After downloading the ***.msi** file, you should run it (double-click on it) and follow the instructions there. It is important to remember the path (the directory) where you installed Python. It will be needed later!
2020

21-
One thing to watch out for: on the second screen of the installation wizard, marked "Customize", make sure you scroll down and choose the "Add python.exe to the Path" option, as in
21+
One thing to watch out for: on the second screen of the installation wizard, marked "Customize", make sure you scroll down and choose the "Add python.exe to the Path" option, as shown here:
2222

2323
![Don't forget to add Python to the Path](images/add_python_to_windows_path.png)
2424

0 commit comments

Comments
 (0)