Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellebyte authored Sep 19, 2018
1 parent a1fa5d3 commit bef84af
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ This library uses the requests module to get the keys.

## Intstall via [AUR](https://aur.archlinux.org/packages/python-hkp4py-git/)

## Install via [PyPI](https://pypi.org/project/hkp4py/)

```bash
pip install hkp4py

pip3 install hkp4py
```

## KeyServer

This object represents a keyserver using the hkp protocol.
Expand Down Expand Up @@ -98,4 +106,4 @@ import gpg
with gpg.Context(armor=True, home_dir=HOME) as gnupg:
result = gnupg.op_import(key.key.encode('ascii'))

```
```

0 comments on commit bef84af

Please sign in to comment.