mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
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:
parent
a32f983be8
commit
eee4da3b57
3 changed files with 6 additions and 8 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue