python -m pip (#1005)

This commit is contained in:
xcodz-dot 2020-12-21 16:08:00 +05:30 committed by GitHub
parent 3c6e7c73fe
commit 5d8bd0da7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,9 +128,9 @@ and always provides the latest version) is to use `pip`_:
.. code-block:: bash
# Make sure we have an up-to-date version of pip and setuptools:
$ pip install --upgrade pip setuptools
$ python -m pip install --upgrade pip setuptools
$ pip install --upgrade httpie
$ python -m pip install --upgrade httpie
(If ``pip`` installation fails for some reason, you can try