Installation

Install with pip to your virtualenv.

Ubuntu Linux

Install libraries using a Python virtual environment.

You need pyscard and it’s dependencies. For Ubuntu:

apt install swig swig3.0 libpcsclite-dev pcscd

pyscard must be installed by hand (see issue):

# Need github registerd SSH pubkey
git clone git@github.com:LudovicRousseau/pyscard.git
cd pyscard
python setup.py develop

Then install desfire:

pip install desfire

Android and Kivy

TODO