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.
This commit is contained in:
Arthur Moore 2021-06-18 20:34:45 -04:00 committed by Arnaud Fontaine
parent 630974f6fe
commit 55c97d590c
1 changed files with 3 additions and 0 deletions

View File

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