cli
cli copied to clipboard
Add pipx installation instructions to README
What happened
The README shows how to install with pip and Homebrew, but it lacks pipx instructions. Many users need pipx to isolate CLI tools safely.
What I expected
- A new section under “Installation” for pipx:
### Install with pipx pipx install httpie
Hi, I'd like to work on this. I went through the installation, but couldn't find any information on how to set up docs locally. I'd like to see changes locally before sending a PR. How do I do this?
Hey @E8Price .Do I actually update the README with both ways to install httpie using both pip and pipx?. Currently , it redirects to docs page on the site.