1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-30 00:39:32 +02:00

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

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