1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-06-05 09:50:50 +00:00

Update README.md

fixing wrong cryptography version by explicitly installing PyOpenSSL
This commit is contained in:
bengim 2020-08-22 19:33:38 +04:00 committed by GitHub
parent f7561616a5
commit 2187610c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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