From a06b318a0e030a953d8b1a1c61cd42d4a9bdac2f Mon Sep 17 00:00:00 2001 From: Son NK Date: Fri, 13 Mar 2020 00:04:48 +0100 Subject: [PATCH] add gnupg to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0052732e..9edf7845 100644 --- a/README.md +++ b/README.md @@ -554,6 +554,13 @@ The project uses Python 3.7+ and Node v10. First, install all dependencies by ru pip3 install -r requirements.txt ``` +You also need to install `gpg`, on Mac it can be done with: + +```bash +brew install gnupg +``` + + Then make sure all tests pass ```bash