diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-11-07 15:51:02 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-08 21:17:38 +0100 |
| commit | 3627fc5ee6e0ff8ff0c9bd145a642c523889547f (patch) | |
| tree | e3c3e90b6607e7ec19b17f2364840c80bf5f3df2 /docs/ref | |
| parent | a2305a0c0a879ec2efad87a6cce7b99505e1c9f3 (diff) | |
[2.2.x] Refs #30948 -- Updated install instructions to use pip instead of setup.py.
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
Backport of eee4da3b5748370a5c562bc63d2cae61ea85b16c from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 81672b46f4..4b67880f34 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 |
