Skip to content

Commit

Permalink
FIX add comment about Python interpreter in walkthrough_apiv2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Feb 27, 2024
1 parent f1e5435 commit a307e4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/manuals/user/walkthrough_apiv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@ Some additional remarks:
different port.

- In order to pretty-print JSON in responses, you can use Python with
msjon.tool (examples along with tutorial are using this style):
msjon.tool (examples along with tutorial are using this style). Replace
`python` by the particular Python executable in your case (e.g. in some
cases it could be `| python3 -mjson.tool`).

```
(curl ... | python -mjson.tool) <<EOF
Expand Down

0 comments on commit a307e4c

Please sign in to comment.