diff --git a/docs/integrations/python.md b/docs/integrations/python.md index 7c6b56abc97..e3e00d38171 100644 --- a/docs/integrations/python.md +++ b/docs/integrations/python.md @@ -55,6 +55,11 @@ Optionally, if you get a ```SSL: CERTIFICATE_VERIFY_FAILED``` error message, add configuration.verify_ssl = False ``` +Optionally, to enable communication via proxies, simply set the proxy configuration: + +```python +configuration.proxy = +``` ### Usage Examples