File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Original file line number Diff line number Diff line change 46
46
47
47
# General information about the project.
48
48
project = u'pythonguide'
49
- copyright = u'2013. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project. <a href="http://creativecommons.org/licenses/by-sa/3.0/"> Creative Commons Share-Alike 3.0</a>.'
49
+ copyright = u'2013. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project. <a href="http://creativecommons.org/licenses/by-nc- sa/3.0/"> Creative Commons Share-Alike 3.0</a>.'
50
50
51
51
# The version info for the project you're documenting, acts as replacement for
52
52
# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change 3
3
Installing Python on Windows
4
4
============================
5
5
6
- First, download the `latest version <http://python.org/ftp/python/2.7.3 /python-2.7.3 .msi >`_
6
+ First, download the `latest version <http://python.org/ftp/python/2.7.4 /python-2.7.4 .msi >`_
7
7
of Python 2.7 from the official Website. If you want to be sure you are installing a fully
8
8
up-to-date version then use the "Windows Installer" link from the home page of the
9
9
`Python.org web site <http://python.org >`_ .
10
10
11
- The Windows version is provided as an MSI package. To install it manually, just
12
- double-click the file. The MSI package format allows Windows administrators to
13
- automate installation with their standard tools.
11
+ The Windows version is provided as an MSI package. To install it manually, just
12
+ double-click the file. The MSI package format allows Windows administrators to
13
+ automate installation with their standard tools.
14
14
15
15
By design, Python installs to a directory with the version number embedded,
16
16
e.g. Python version 2.7 will install at ``C:\Python27\ ``, so that you can
You can’t perform that action at this time.
0 commit comments