aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorbengim <68807980+bengim@users.noreply.github.com>2020-08-22 19:33:38 +0400
committerGitHub <noreply@github.com>2020-08-22 19:33:38 +0400
commit2187610c1df9f9866e0bfeddf4879ddf8491499e (patch)
treeae76efbaa8b61c98b274f4852ca19e5c1c4a81a6 /README.md
parentMerge pull request #199 from b1f6c1c4/patch-1 (diff)
downloadYubiKey-Guide-2187610c1df9f9866e0bfeddf4879ddf8491499e.tar.gz
Update README.md
fixing wrong cryptography version by explicitly installing PyOpenSSL
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 315f843..200d1e3 100644
--- a/README.md
+++ b/README.md
@@ -213,6 +213,8 @@ To install and use the `ykman` utility:
```console
$ sudo apt -y install python-pip python-pyscard
+$ pip install PyOpenSSL
+
$ pip install yubikey-manager
$ sudo service pcscd start