Update Chocolatey command in the docs

This commit is contained in:
Mickaël Schoentgen 2021-07-02 17:48:20 +02:00
parent 5d4e7a9a18
commit b7300c1096

View File

@ -128,10 +128,9 @@ system package manager, for example:
Windows, etc. Windows, etc.
------------- -------------
A universal installation method (that works on Windows, Mac OS X, Linux, …, A universal installation method (that works on Windows, macOS, Linux, …,
and always provides the latest version) is to use `pip`_: and always provides the latest version) is to use `pip`_:
.. code-block:: bash .. code-block:: bash
# Make sure we have an up-to-date version of pip and setuptools: # Make sure we have an up-to-date version of pip and setuptools:
@ -147,7 +146,7 @@ Windows users can also install HTTPie with `Chocolatey <https://chocolatey.org>`
.. code-block:: bash .. code-block:: bash
$ choco install httpie $ choco upgrade httpie
Python version Python version