Skip to content

Commit 515060a

Browse files
committed
Only show pip install for httpie
1 parent 34b5db6 commit 515060a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/tutorial/1-serialization.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,16 +332,12 @@ Quit out of the shell...
332332

333333
In another terminal window, we can test the server.
334334

335-
We could use `curl`, but let's use a nicer tool called [httpie][httpie] to test our server. It has much nicer formatting and makes our output easier to read. This is especially useful when testing.
335+
We can test our API using using `curl` or [httpie][httpie]. Httpie is a user friendly http client that's written in Python. Let's install that.
336336

337337
You can install httpie on all operating systems using pip:
338338

339339
pip install httpie
340340

341-
It can also be installed through [Homebrew][brew] on Mac:
342-
343-
brew install httpie
344-
345341
Finally, we can get a list of all of the snippets:
346342

347343
http http://127.0.0.1:8000/snippets/ --body

0 commit comments

Comments
 (0)