Update README.md

This commit is contained in:
Roy Sheinfeld
2025-02-22 17:10:32 +02:00
committed by GitHub
parent 50dcb3e0b4
commit 34e43fbb33

View File

@@ -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_URL = "YOUR-URL-HERE"
API_KEY = "YOUR-SECRET-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 pip install requests
``` ```
Then run:
```
python example-client.py
```
#### curl #### curl
If you don't have python installed you can also just run a curl command (should work on macos/linux). If you don't have python installed you can also just run a curl command (should work on macos/linux).