Refs #30948 -- Updated install instructions to use pip instead of setup.py.

Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
This commit is contained in:
Jon Dufresne 2019-11-07 15:51:02 +01:00 committed by Mariusz Felisiak
parent a32f983be8
commit eee4da3b57
3 changed files with 6 additions and 8 deletions

View file

@ -14,9 +14,9 @@ Problems running ``django-admin``
-----------------------------------
:doc:`django-admin </ref/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
</ref/django-admin>` from some place on your path, such as
:file:`/usr/local/bin`.