aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-07-19 14:48:55 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-08-20 21:54:34 +0200
commit52f59aca780f7c7a8e82142fb53c179156acc19b (patch)
tree380d69ea296979cfb079ac742435edb67eb77bee
parentfb98dd6d6e9162d18c665e30c97e0ae4781e780f (diff)
readme: add 'serial' dep, cosmetically rearrange
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index e098700..85b9a57 100644
--- a/README.md
+++ b/README.md
@@ -31,10 +31,17 @@ There is a cgit interface at <http://git.osmocom.org/pysim/>
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