From 2187610c1df9f9866e0bfeddf4879ddf8491499e Mon Sep 17 00:00:00 2001 From: bengim <68807980+bengim@users.noreply.github.com> Date: Sat, 22 Aug 2020 19:33:38 +0400 Subject: [PATCH] Update README.md fixing wrong cryptography version by explicitly installing PyOpenSSL --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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