From 55c97d590c68795a2663fbdd948b7e95d1fb056d Mon Sep 17 00:00:00 2001 From: Arthur Moore Date: Fri, 18 Jun 2021 20:34:45 -0400 Subject: [PATCH] Added the correct Python library to README.md A new user upon encountering errors is likely to just `pip install smartcard` and wonder why nothing works. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index daa542c..41196c7 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ The repository contains several directories: non-volatile memory), persistent data (approximately 10 kB of non-volatile memory) and volatile data (approximately 2 kB of RAM). +- The [pyscard](https://pypi.org/project/pyscard/) and [pyasn1](https://pypi.org/project/pyasn1/) + Python libraries for `smartcard-cli`. + ## Importing RSA keys above 2048 bits (3072 or 4096 bits)