diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-12-23 07:20:40 -0800 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-12-23 17:23:35 +0100 |
| commit | 6165e23776b146a587ee21bc468b1e645b4dd890 (patch) | |
| tree | c9856b2cda7ebdc3eb14213915a200a9dad4d98c | |
| parent | e5273bc92b3fbba56b3f4b536c6b5fc2c34ea371 (diff) | |
[3.1.x] Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in docs.
Backport of 429d089d0a8fbd400e0c010708df4f0d16218970 from master.
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 8de95dee0b..aa02aabe18 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 |
