mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #25755 -- Unified a couple more spellings of 'website'.
This commit is contained in:
parent
4a03e6f272
commit
c8d970a548
5 changed files with 12 additions and 13 deletions
|
@ -19,10 +19,10 @@ Install Python
|
|||
Django is a Python web framework, thus requiring Python to be installed on your
|
||||
machine. At the time of writing, Python 3.5 is the latest version.
|
||||
|
||||
To install Python on your machine go to https://python.org/downloads/. The Web
|
||||
site should offer you a download button for the latest Python version. Download
|
||||
the executable installer and run it. Check the box next to ``Add Python 3.5 to
|
||||
PATH`` and then click ``Install Now``.
|
||||
To install Python on your machine go to https://python.org/downloads/. The
|
||||
website should offer you a download button for the latest Python version.
|
||||
Download the executable installer and run it. Check the box next to ``Add
|
||||
Python 3.5 to PATH`` and then click ``Install Now``.
|
||||
|
||||
After installation, open the command prompt and check that the Python version
|
||||
matches the version you installed by executing::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue