aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordrduh <github@duh.to>2020-08-22 14:19:45 -0700
committerGitHub <noreply@github.com>2020-08-22 14:19:45 -0700
commit697a7d8fb94071ac3a4af619173079a7affceda4 (patch)
tree99fd9fcf26e98804d46b149cebc3238e3487a116
parentMerge pull request #200 from returntrip/master (diff)
parentUpdate README.md (diff)
downloadYubiKey-Guide-697a7d8fb94071ac3a4af619173079a7affceda4.tar.gz
Merge pull request #203 from bengim/bengim-patch-PyOpenSSL
fixing wrong cryptography version
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 925b133..915789b 100644
--- a/README.md
+++ b/README.md
@@ -214,6 +214,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