diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2019-02-19 09:34:09 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2019-02-19 09:34:09 +0000 |
commit | 3c2dd3e13ba4ce2c6290437c0ff02a8d90aaa4a8 (patch) | |
tree | 8741775a3315e7119a69f4b0e7981c01105f4002 /doc | |
parent | 4d7f7709d5b44d44e58d8e8061052189097b83fa (diff) |
doc: Update list of dependencies and add pysispm one
Change-Id: I05cc63bfd627bfec83b50fe89fe8004d130384e6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/README.txt b/doc/README.txt index c00cd3e..3b4d202 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -23,9 +23,11 @@ Packages required to run the osmo-gsm-tester: python3-mako \ python3-gi \ ofono \ - python3-pip + python3-pip \ + python3-usb pip3 install git+git://github.com/podshumok/python-smpplib.git pip3 install pydbus + pip3 install pysispm To build ofono: apt-get install libglib2.0-dev \ |