From b4c94e0f26a26bd819e537e0d4553670791ee5f9 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 26 Jun 2021 13:12:05 +0200 Subject: [PATCH] Mention `choco install httpie` in the docs --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 87ec52c8..7e583ce7 100644 --- a/README.rst +++ b/README.rst @@ -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 `_: + +.. code-block:: bash + + $ choco install httpie + Python version --------------