- Install smart card driver - PC/SC (Windows/Linux smart card base components)
# apt-get update
# apt-get install pcscd
# check if smart card is detected
# lsusb
# apt install pcsc-tools
# pcsc_scan
- Install Python library pyscard for accessing function of PC/SC
# apt-get install python3-pyscard