Mention choco install httpie in the docs

This commit is contained in:
Jakub Roztocil 2021-06-26 13:12:05 +02:00
parent 7ceb313ccf
commit b4c94e0f26

View File

@ -143,6 +143,12 @@ and always provides the latest version) is to use `pip`_:
(If ``pip`` installation fails for some reason, you can try
``easy_install httpie`` as a fallback.)
Windows users can also install HTTPie with `Chocolatey <https://chocolatey.org>`_:
.. code-block:: bash
$ choco install httpie
Python version
--------------