commit cd1ff94b5e677d3c9e04f13a4d510f4035f67c4b
parent 712c59857ceb83e582e4f14914ee5bff4610a4f0
Author: Joris Vink <joris@coders.se>
Date: Thu, 16 May 2019 20:26:16 +0200
add note on httpclient availability.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/api/python.md b/api/python.md
@@ -413,6 +413,8 @@ you to fire off HTTP requests from your Python code and await their result.
Before you can use the client you must set it up.
+**note** Kore must be built with CURL=1 for the httpclient to be included.
+
```python
client = kore.httpclient(url, keywords)
```