Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in docs.
This commit is contained in:
parent
d3b3eb860d
commit
429d089d0a
|
@ -19,7 +19,7 @@ To use the tool, first install ``pre-commit`` and then the git hooks::
|
||||||
|
|
||||||
.. console::
|
.. console::
|
||||||
|
|
||||||
$ pip install pre-commit
|
$ python -m pip install pre-commit
|
||||||
$ pre-commit install
|
$ pre-commit install
|
||||||
|
|
||||||
On the first commit ``pre-commit`` will install the hooks, these are
|
On the first commit ``pre-commit`` will install the hooks, these are
|
||||||
|
|
|
@ -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
|
PostgreSQL database. ``psycopg2`` can be installed via pip within your Python
|
||||||
virtual environment::
|
virtual environment::
|
||||||
|
|
||||||
pip install psycopg2
|
...\> py -m pip install psycopg2
|
||||||
|
|
||||||
.. rubric:: Footnotes
|
.. rubric:: Footnotes
|
||||||
.. [#] GeoDjango uses the :func:`~ctypes.util.find_library` routine from
|
.. [#] GeoDjango uses the :func:`~ctypes.util.find_library` routine from
|
||||||
|
|
Loading…
Reference in New Issue