From 587799721c404157307be755d9c09c9a5b23a3f8 Mon Sep 17 00:00:00 2001 From: DhanaReddy25 Date: Sun, 5 Jul 2026 14:17:36 +0530 Subject: [PATCH 1/3] docs: add pipx installation instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 13a3503b41..a17f60c27b 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,20 @@ Please note we recently accidentally made this repo private for a moment, and Gi ## Getting started +### Alternative installation (pipx) + +For isolated installations, you can use pipx: + +```bash +pip install pipx +pipx install httpie +``` + - [Installation instructions →](https://httpie.io/docs#installation) - [Full documentation →](https://httpie.io/docs) + + ## Features - Expressive and intuitive syntax From a3fda3c129ed337bc50f05abed599c049326cd47 Mon Sep 17 00:00:00 2001 From: DhanaReddy25 Date: Sun, 5 Jul 2026 16:51:37 +0530 Subject: [PATCH 2/3] docs:improve pipx installation section --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a17f60c27b..0340a0780f 100644 --- a/README.md +++ b/README.md @@ -52,20 +52,20 @@ Please note we recently accidentally made this repo private for a moment, and Gi ## Getting started -### Alternative installation (pipx) +- [Installation instructions →](https://httpie.io/docs#installation) +- [Full documentation →](https://httpie.io/docs) + +## Installation (alternative methods) -For isolated installations, you can use pipx: + +### pipx (recommended for isolated Python CLI tools) + +pipx provides isolated environments for Python CLI applications: ```bash pip install pipx pipx install httpie ``` - -- [Installation instructions →](https://httpie.io/docs#installation) -- [Full documentation →](https://httpie.io/docs) - - - ## Features - Expressive and intuitive syntax From 587518072a5e76306542f3b2e0c32e84107d8362 Mon Sep 17 00:00:00 2001 From: DhanaReddy25 Date: Sun, 5 Jul 2026 17:00:23 +0530 Subject: [PATCH 3/3] Add new line before Features section in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0340a0780f..cc398ee9d4 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ pipx provides isolated environments for Python CLI applications: pip install pipx pipx install httpie ``` + ## Features - Expressive and intuitive syntax