mirror of
https://github.com/django/django.git
synced 2025-07-16 07:39:12 +00:00
[3.1.x] Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in docs.
Backport of 429d089d0a8fbd400e0c010708df4f0d16218970 from master.
This commit is contained in:
parent
e5273bc92b
commit
6165e23776
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user