From aed89adad54a977829c4f180b036033e031ebcc7 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sun, 14 Apr 2019 12:02:36 -0300 Subject: Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. --- docs/ref/contrib/gis/install/index.txt | 2 +- docs/ref/django-admin.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') 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. -- cgit v1.3