aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-07-19 11:37:39 +0200
committerHarald Welte <laforge@gnumonks.org>2018-07-25 18:52:58 +0000
commit53b6dc216f86c26af0fa0a8f5383e212f4fdf8a9 (patch)
treee9b53520cb45f172ddc69b9e2567e51fd4a2ae03
parent73a0f047a16837f482ca68da351190a35a999eb1 (diff)
readme: add info about dependencies
So far, the README.md file does not mention much about the dependencies. This commt adds at lest the most important ones Change-Id: I912bbf787e1408100183cade2113bf7617b86ffa
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 10ec568..e098700 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,15 @@ You can clone from the official libosmocore.git repository using
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
+
+
Mailing List
------------