Y
Hacker News
new
|
ask
|
show
|
jobs
by
tilltheis
4393 days ago
Is there any chance get this into Homebrew for an easier installation on Mac?
2 comments
jkbr
4383 days ago
HTTPie has just been added to Homebrew:
$ brew install httpie
link
tim333
4393 days ago
I just installed it on my mac by doing $ sudo pip install httpie
It was not too tricky
link
tilltheis
4393 days ago
Sure, but i dislike installing other tools like pip just for a single tool.
link
sethammons
4393 days ago
As a python dev, I use pip all the time. My first thought was, "nice, just use pip." I appreciate your comment because it helps remind me that people approach problems from different frames of mind.
link