From a307e4c100c7642cb7352a89ddccabb9957061cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Tue, 27 Feb 2024 13:37:12 +0100 Subject: [PATCH] FIX add comment about Python interpreter in walkthrough_apiv2.md --- doc/manuals/user/walkthrough_apiv2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) <