From 238d0f3c5281615f4eca91d49f5948e23cbb0028 Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 10 Mar 2026 14:58:43 -0700 Subject: [PATCH] docs: add pipx install snippet to README Fixes httpie/cli#1633 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 13a3503b41..c16ae8ad5c 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ 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) +### Install with pipx + +```bash +pipx install httpie +``` + ## Features - Expressive and intuitive syntax