From 52f59aca780f7c7a8e82142fb53c179156acc19b Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 19 Jul 2018 14:48:55 +0200 Subject: [PATCH] readme: add 'serial' dep, cosmetically rearrange Change-Id: I414b897ba4911b7428ddf807cb04a93700ee0193 --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0987006..85b9a575 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,17 @@ There is a cgit interface at Dependencies ------------ -pysim requires pyscard and pytlv. Both can be installed using python-pip: -pip install pytlv -pip install pyscard +pysim requires: + +- pyscard +- serial +- pytlv (for specific card types) + +Example for Debian: + + apt-get install python-pyscard python-serial python-pip + pip install pytlv Mailing List