Skip to content

Commit

Permalink
Improve installation instructions (#20)
Browse files Browse the repository at this point in the history
* Improve installation instructions

On some systems `libgpgme` might be installed, but `libgpgme-dev` is not.
Provide a hint to the user what might be the reason if the install fails.
  • Loading branch information
gschwaer authored May 29, 2024
1 parent d63353d commit 7cc19aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ Next install the project in editable mode with development dependencies:
pip install -e '.[dev]'
```

Note: You may need to install the development package for `libgpgme` on your
system. Depending on your OS this may be called `libgpgme-dev`.

Finally, to run tests use `unittest`:

```bash
Expand Down

0 comments on commit 7cc19aa

Please sign in to comment.