i have try to install pyscard in python 3.5, but always getting error
anyone can helo me?
i found my answer in here: http://raspberrypi4u.blogspot.com/2018/01/raspberry-pi-smartcard-reader-thai-id.html
an as a sample code is here: sudo apt-get install pcscd git python-setuptools swig gcc libpcsclite-dev python-dev
git clone https://github.com/LudovicRousseau/pyscard.git cd pyscard sudo python setup.py build_ext install sudo reboot