diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a1947e55..747b92f9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -172,7 +172,7 @@ This project adheres to `Semantic Versioning `_. * Added fish shell completion (located in ``extras/httpie-completion.fish`` in the GitHub repo). * Updated ``requests`` to 2.10.0 so that SOCKS support can be added via - ``pip install requests[socks]``. + ``python -m pip install requests[socks]``. * Changed the default JSON ``Accept`` header from ``application/json`` to ``application/json, */*``. * Changed the pre-processing of request HTTP headers so that any leading diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0e61ccea..700ad69f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -193,7 +193,7 @@ Install HTTPie in editable mode with all the dependencies: .. code-block:: powershell - pip install --upgrade -e . -r requirements-dev.txt + python -m pip install --upgrade --editable . -r requirements-dev.txt You should now see ``(httpie)`` next to your shell prompt, and the ``http`` command should point to your development copy: diff --git a/README.rst b/README.rst index b549c1a7..98529010 100644 --- a/README.rst +++ b/README.rst @@ -175,7 +175,7 @@ Otherwise with ``pip``: .. code-block:: bash - $ pip install --upgrade https://github.com/httpie/httpie/archive/master.tar.gz + $ python -m pip install --upgrade https://github.com/httpie/httpie/archive/master.tar.gz Verify that now we have the