diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-30 18:15:49 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-30 19:09:45 +0100 |
| commit | 99649ddcb21b5c07258569d4585ffe3cf9eb4f38 (patch) | |
| tree | 0306b7467ae6172b2a7c7ac98d4bd4e4dfb1a701 /docs/intro/install.txt | |
| parent | 7d7b27d2b1256787849c9e3902d7aa26ac71685b (diff) | |
Assumed Python 3 throughout docs/intro.
Various small fixes while I was proof-reading.
Diffstat (limited to 'docs/intro/install.txt')
| -rw-r--r-- | docs/intro/install.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index 3ef59dcafb..1d58b5dc3f 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -15,8 +15,8 @@ SQLite_ so you won't need to set up a database just yet. .. _sqlite: http://sqlite.org/ -Get Python at http://www.python.org. If you're running Linux or Mac OS X, you -probably already have it installed. +Get the latest version of Python at http://www.python.org/download/ or with +your operating system's package manager. .. admonition:: Django on Jython @@ -28,8 +28,8 @@ probably already have it installed. You can verify that Python is installed by typing ``python`` from your shell; you should see something like:: - Python 2.7.3 (default, Jan 2 2013, 13:56:14) - [GCC 4.7.2] on linux2 + Python 3.3.3 (default, Nov 26 2013, 13:33:18) + [GCC 4.8.2] on linux Type "help", "copyright", "credits" or "license" for more information. >>> |
