mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints.
This commit is contained in:
parent
ceab25bc6d
commit
aed89adad5
26 changed files with 49 additions and 47 deletions
|
@ -316,7 +316,7 @@ psycopg2
|
|||
After you've installed the KyngChaos binaries and modified your ``PATH``, as
|
||||
described above, ``psycopg2`` may be installed using the following command::
|
||||
|
||||
$ pip install psycopg2
|
||||
$ python -m pip install psycopg2
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue