diff --git a/README.rst b/README.rst index 1be4857..f46b908 100644 --- a/README.rst +++ b/README.rst @@ -191,6 +191,9 @@ Troubleshooting different user which may not have write access to certain directories. If you can, avoid writing to disk and always use `tempfile `__ for temporary files. +- If you use a proxy, use the ``HTTP_PROXY``, ``HTTPS_PROXY``, ``NO_PROXY`` and/or ``ALL_PROXY`` environment variables, + as documented by the `requests `__ package. + scrapyd-client --------------