|
@@ -1012,12 +1012,12 @@ a Django application with this structure::
|
|
|
jquery.js
|
|
|
jquery.min.js
|
|
|
|
|
|
-.. _syntax-error-old-pip-django-19:
|
|
|
+.. _syntax-error-old-setuptools-django-19:
|
|
|
|
|
|
-``SyntaxError`` when installing Django with pip ≤ 1.5.6
|
|
|
+``SyntaxError`` when installing Django setuptools 5.5.x
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
-When installing Django 1.9+ with pip ≤ 1.5.6, you'll see::
|
|
|
+When installing Django 1.9+ with setuptools 5.5.x, you'll see::
|
|
|
|
|
|
Compiling django/conf/app_template/apps.py ...
|
|
|
File "django/conf/app_template/apps.py", line 4
|
|
@@ -1031,9 +1031,10 @@ When installing Django 1.9+ with pip ≤ 1.5.6, you'll see::
|
|
|
^
|
|
|
SyntaxError: invalid syntax
|
|
|
|
|
|
-It's safe to ignore these errors (Django will still install just fine), and you
|
|
|
-can avoid them by upgrading pip to a more recent version using
|
|
|
-``pip install -U pip``.
|
|
|
+It's safe to ignore these errors (Django will still install just fine), but you
|
|
|
+can avoid them by upgrading setuptools to a more recent version. If you're
|
|
|
+using pip, you can upgrade pip using ``pip install -U pip`` which will also
|
|
|
+upgrade setuptools.
|
|
|
|
|
|
Miscellaneous
|
|
|
~~~~~~~~~~~~~
|