From b2f56ad3fc634cc38b5c06116fd25a33dddeb5ea Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 28 Feb 2018 15:46:09 +0100 Subject: [PATCH] README: hint at pcscd dependency --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96792ed..f0229a1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ The cards are available from the [sysmocom webshop](http://shop.sysmocom.de/t/si Dependencies ------------ -To run, http://pyscard.sourceforge.net needs to be installed; on Debian: +- To run, http://pyscard.sourceforge.net needs to be installed; +- You may also need to install the pcscd service. - apt-get install python-pyscard +On Debian: + + apt-get install python-pyscard pcscd + systemctl start pcscd