Neels Hofmeyr has submitted this change and it was merged. ( https://gerrit.osmocom.org/10051 )
Change subject: readme: add 'serial' dep, cosmetically rearrange ...................................................................... readme: add 'serial' dep, cosmetically rearrange Change-Id: I414b897ba4911b7428ddf807cb04a93700ee0193 --- M README.md 1 file changed, 10 insertions(+), 3 deletions(-) Approvals: Neels Hofmeyr: Verified Harald Welte: Looks good to me, approved diff --git a/README.md b/README.md index e098700..85b9a57 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,17 @@ 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 -- To view, visit https://gerrit.osmocom.org/10051 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: pysim Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I414b897ba4911b7428ddf807cb04a93700ee0193 Gerrit-Change-Number: 10051 Gerrit-PatchSet: 3 Gerrit-Owner: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: dexter <[email protected]> Gerrit-CC: Jenkins Builder (1000002)
