From eee4da3b5748370a5c562bc63d2cae61ea85b16c Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 7 Nov 2019 15:51:02 +0100 Subject: Refs #30948 -- Updated install instructions to use pip instead of setup.py. Co-authored-by: Nick Pope --- docs/faq/troubleshooting.txt | 6 +++--- docs/ref/django-admin.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/faq/troubleshooting.txt b/docs/faq/troubleshooting.txt index ba44aa83ef..f90d0e8e6e 100644 --- a/docs/faq/troubleshooting.txt +++ b/docs/faq/troubleshooting.txt @@ -14,9 +14,9 @@ Problems running ``django-admin`` ----------------------------------- :doc:`django-admin ` should be on your system path if you -installed Django via ``python setup.py``. If it's not on your path, you can -find it in ``site-packages/django/bin``, where ``site-packages`` is a directory -within your Python installation. Consider symlinking to :doc:`django-admin +installed Django via ``pip``. If it's not on your path, you can find it in +``site-packages/django/bin``, where ``site-packages`` is a directory within +your Python installation. Consider symlinking to :doc:`django-admin ` from some place on your path, such as :file:`/usr/local/bin`. diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index ed245c5b31..8203220159 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -11,8 +11,8 @@ does the same thing as ``django-admin`` but also sets the project's ``settings.py`` file. The ``django-admin`` script should be on your system path if you installed -Django via its ``setup.py`` utility. If it's not on your path, you can find it -in ``site-packages/django/bin`` within your Python installation. Consider +Django via ``pip``. If it's not on your path, you can find it in +``site-packages/django/bin`` within your Python installation. Consider symlinking it from some place on your path, such as ``/usr/local/bin``. For Windows users, who do not have symlinking functionality available, you can -- cgit v1.3