mirror of
https://github.com/httpie/cli.git
synced 2025-06-24 11:33:48 +02:00
Updated installation instructions.
This commit is contained in:
parent
af6bda11af
commit
29877bc8ad
11
README.rst
11
README.rst
@ -61,15 +61,14 @@ Installation
|
|||||||
============
|
============
|
||||||
|
|
||||||
The latest **stable version** of HTTPie can always be installed or updated
|
The latest **stable version** of HTTPie can always be installed or updated
|
||||||
to via `pip`_ (prefered)
|
to via `pip`_ (prefered) or ``easy_install``:
|
||||||
or ``easy_install``:
|
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ pip install --upgrade httpie
|
$ pip install --upgrade httpie
|
||||||
|
|
||||||
|
|
||||||
Alternatively:
|
If the above doesn't work:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
@ -89,9 +88,9 @@ Or, you can install the **development version** directly from GitHub:
|
|||||||
$ pip install --upgrade https://github.com/jkbr/httpie/tarball/master
|
$ pip install --upgrade https://github.com/jkbr/httpie/tarball/master
|
||||||
|
|
||||||
|
|
||||||
There are also packages available for `Ubuntu`_, `Debian`_, and possibly other
|
Many Linux distributions provide an ``httpie`` package that can be installed
|
||||||
Linux distributions as well. However, there may be a significant delay between
|
via the system package manager (e.g. ``yum install httpie`` or
|
||||||
official HTTPie releases and package updates.
|
``apt-get install httpie``).
|
||||||
|
|
||||||
|
|
||||||
=====
|
=====
|
||||||
|
Loading…
x
Reference in New Issue
Block a user