diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2019-04-14 12:02:36 -0300 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-18 14:41:15 +0200 |
| commit | aed89adad54a977829c4f180b036033e031ebcc7 (patch) | |
| tree | 95a71faf7fbff157c6a6fdd4e157b83393a228ee /docs/ref | |
| parent | ceab25bc6d0d095acfcea46c35d93c17d008fd35 (diff) | |
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 | ||||
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 924dec35f0..26019c98ab 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -316,7 +316,7 @@ psycopg2 After you've installed the KyngChaos binaries and modified your ``PATH``, as described above, ``psycopg2`` may be installed using the following command:: - $ pip install psycopg2 + $ python -m pip install psycopg2 .. note:: diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 41f5eefea5..0df57475ab 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1403,7 +1403,7 @@ correctly: .. code-block:: console - $ pip install tblib + $ python -m pip install tblib This feature isn't available on Windows. It doesn't work with the Oracle database backend either. |
