diff options
author | bengim <68807980+bengim@users.noreply.github.com> | 2020-08-22 19:33:38 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 19:33:38 +0400 |
commit | 2187610c1df9f9866e0bfeddf4879ddf8491499e (patch) | |
tree | ae76efbaa8b61c98b274f4852ca19e5c1c4a81a6 /README.md | |
parent | Merge pull request #199 from b1f6c1c4/patch-1 (diff) | |
download | YubiKey-Guide-2187610c1df9f9866e0bfeddf4879ddf8491499e.tar.gz |
Update README.md
fixing wrong cryptography version by explicitly installing PyOpenSSL
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |