diff options
| author | Tim Graham <timograham@gmail.com> | 2015-10-21 14:59:03 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-22 09:53:46 -0400 |
| commit | ee66d8dd7df8326c453fd04c2bdeb5225df934be (patch) | |
| tree | 663da42576de756a9a91874e215e16fc66ecc3db /docs/topics | |
| parent | 8b5acda8214c2b8fd73298e106d99627c5815d97 (diff) | |
Fixed #25584 -- Documented a pip error when installing Django 1.9.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/install.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 2c4a422689..d560317808 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -165,7 +165,8 @@ 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.) + work. You might see some :ref:`harmless SyntaxErrors + <syntax-error-old-pip-django-19>` also.) 2. Take a look at virtualenv_ and virtualenvwrapper_. These tools provide isolated Python environments, which are more practical than installing |
