Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/starting/install3/win.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Installing Python 3 on Windows

.. image:: https://farm5.staticflickr.com/4276/34435689480_2e6f358510_k_d.jpg

First, download the `latest version <https://www.python.org/ftp/python/3.6.3/python-3.6.3.exe>`_
First, download the `latest version <https://www.python.org/ftp/python/3.6.4/python-3.6.4.exe>`_
of Python 3.6 from the official website. If you want to be sure you are installing a fully
up-to-date version, click the Downloads > Windows link from the home page of the
`Python.org web site <http://python.org>`_ .
`Python.org web site <http://python.org>`_.

By design, Python installs to a directory with the version number embedded,
e.g. Python version 3.6 will install at :file:`C:\\Python36\\`, so that you can
Expand Down