diff options
author | drduh <github@duh.to> | 2020-08-22 14:19:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 14:19:45 -0700 |
commit | 697a7d8fb94071ac3a4af619173079a7affceda4 (patch) | |
tree | 99fd9fcf26e98804d46b149cebc3238e3487a116 /README.md | |
parent | Merge pull request #200 from returntrip/master (diff) | |
parent | Update README.md (diff) | |
download | YubiKey-Guide-697a7d8fb94071ac3a4af619173079a7affceda4.tar.gz |
Merge pull request #203 from bengim/bengim-patch-PyOpenSSL
fixing wrong cryptography version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |