summaryrefslogtreecommitdiff
path: root/docs/topics/install.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-05 16:28:29 -0500
committerTim Graham <timograham@gmail.com>2015-12-05 16:32:56 -0500
commitf5af68ba68c1041d785e5582529134d54895e7c6 (patch)
treea8a877957680aba12263d5b2efc4027aa89db916 /docs/topics/install.txt
parentd638cdc42acec608c1967f44af6be32a477c239f (diff)
Refs #25584 -- Corrected note about source of SyntaxErrors when installing Django 1.9.
Diffstat (limited to 'docs/topics/install.txt')
-rw-r--r--docs/topics/install.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 02f34fe02d..e911494ceb 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -164,9 +164,9 @@ This is the recommended way to install Django.
1. Install pip_. The easiest is to use the `standalone pip installer`_. If your
distribution already has ``pip`` installed, you might need to update it if
- it's outdated. (If it's outdated, you'll know because installation won't
- work. You might see some :ref:`harmless SyntaxErrors
- <syntax-error-old-pip-django-19>` also.)
+ it's outdated. If it's outdated, you'll know because installation won't
+ work. If you're using an old version of setuptools, you might see some
+ :ref:`harmless SyntaxErrors <syntax-error-old-setuptools-django-19>` also.
2. Take a look at virtualenv_ and virtualenvwrapper_. These tools provide
isolated Python environments, which are more practical than installing