add gnupg to readme

This commit is contained in:
Son NK 2020-03-13 00:04:48 +01:00
parent ab082a5f9b
commit a06b318a0e
1 changed files with 7 additions and 0 deletions

View File

@ -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