mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in docs.
This commit is contained in:
parent
d3b3eb860d
commit
429d089d0a
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue