From 0fbca7154577fd07a1b9dc044744a8b8784631cc Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Mon, 15 Nov 2021 15:21:09 +0000 Subject: [PATCH] Link to guidance about installing pycurl This seems to be an issue for several people when we install new versions of the package. Older versions of the package seem to be equally affected, so the new need for this is likely related to us using a newer OS / XCode version. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 40abcb1d6..af7a5d7e1 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Contains: We run python 3.9 both locally and in production. +### pycurl + +See https://github.com/alphagov/notifications-manuals/wiki/Getting-started#pycurl + ### AWS credentials To run the API you will need appropriate AWS credentials. See the [Wiki](https://github.com/alphagov/notifications-manuals/wiki/aws-accounts#how-to-set-up-local-development) for more details.