mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +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
|
@ -155,7 +155,7 @@ This is the recommended way to install Django.
|
|||
|
||||
.. console::
|
||||
|
||||
$ pip install Django
|
||||
$ python -m pip install Django
|
||||
|
||||
.. _pip: https://pip.pypa.io/
|
||||
.. _virtualenv: https://virtualenv.pypa.io/
|
||||
|
@ -214,7 +214,7 @@ latest bug fixes and improvements, follow these instructions:
|
|||
|
||||
.. console::
|
||||
|
||||
$ pip install -e django/
|
||||
$ python -m pip install -e django/
|
||||
|
||||
This will make Django's code importable, and will also make the
|
||||
``django-admin`` utility command available. In other words, you're all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue