aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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