From 429d089d0a8fbd400e0c010708df4f0d16218970 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Wed, 23 Dec 2020 07:20:40 -0800 Subject: Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in docs. --- docs/ref/contrib/gis/install/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 2a39cb9137..687fe5d59d 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -494,7 +494,7 @@ The ``psycopg2`` Python module provides the interface between Python and the PostgreSQL database. ``psycopg2`` can be installed via pip within your Python virtual environment:: - pip install psycopg2 + ...\> py -m pip install psycopg2 .. rubric:: Footnotes .. [#] GeoDjango uses the :func:`~ctypes.util.find_library` routine from -- cgit v1.3