diff --git a/README.rst b/README.rst index 565ba5de..7d7036c0 100644 --- a/README.rst +++ b/README.rst @@ -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