diff --git a/doc/manuals/user/walkthrough_apiv2.md b/doc/manuals/user/walkthrough_apiv2.md index 9ffbf6407a..a9f78876f1 100644 --- a/doc/manuals/user/walkthrough_apiv2.md +++ b/doc/manuals/user/walkthrough_apiv2.md @@ -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) <