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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ 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)

## Installation (alternative methods)


### pipx (recommended for isolated Python CLI tools)

pipx provides isolated environments for Python CLI applications:

```bash
pip install pipx
pipx install httpie
```

## Features

- Expressive and intuitive syntax
Expand Down
Loading