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).