Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,22 @@ Please note we recently accidentally made this repo private for a moment, and Gi
- [Installation instructions →](https://httpie.io/docs#installation)
- [Full documentation →](https://httpie.io/docs)

## Quick install with `pipx`

If you use Python, [`pipx`](https://pipx.pypa.io/stable/) is a convenient way to install HTTPie in an isolated environment while keeping the `http` command available globally:

```bash
pipx install httpie
```

You can then verify the installation with:

```bash
http --version
```

For other installation methods (Homebrew, apt, Docker, etc.), see the full [installation instructions](https://httpie.io/docs#installation).

## Features

- Expressive and intuitive syntax
Expand Down