From 34e43fbb33eeeeb5e0f14d2df8ee64a0900364c9 Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Sat, 22 Feb 2025 17:10:32 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd6c050..830694a 100644 --- a/README.md +++ b/README.md @@ -121,11 +121,14 @@ You can use `example-client.py`file from this to test the functionality. Take Ba API_URL = "YOUR-URL-HERE" API_KEY = "YOUR-SECRET-HERE" ``` -For example-client to work you need to have python installed together with requests library +For example-client to work you need to have python installed together with requests library: ``` pip install requests ``` - +Then run: +``` +python example-client.py +``` #### curl If you don't have python installed you can also just run a curl command (should work on macos/linux).