From cd109d61109d68f66e0122912cebd2683e3b6812 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Thu, 20 Nov 2014 14:51:28 -0200 Subject: #132 Added instructions to reinstall gnupg in the service README, the other install mode already takes care of this --- service/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'service/README.md') diff --git a/service/README.md b/service/README.md index 83d83f78..ca0de350 100644 --- a/service/README.md +++ b/service/README.md @@ -74,6 +74,12 @@ your.leapprovider.org.crt ./go develop --always-unzip ``` +* You need to reinstall gnupg for now + +``` +pip uninstall -y gnupg; pip install gnupg +``` + * To run tests: ``` -- cgit v1.2.3