mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-26 15:28:35 +03:00
README.md: sort dependencies, document smpp.pdu
This dependency is currently only mentioned in requirements.txt, it makes sense to also document it here. Change-Id: I89760dd4008829c91fafbd442483d076c92a7ed4
This commit is contained in:
17
README.md
17
README.md
@@ -73,19 +73,20 @@ Installation
|
|||||||
|
|
||||||
Please install the following dependencies:
|
Please install the following dependencies:
|
||||||
|
|
||||||
|
- bidict
|
||||||
|
- cmd2 >= 1.5.0
|
||||||
|
- colorlog
|
||||||
|
- construct >= 2.9.51
|
||||||
|
- gsm0338
|
||||||
|
- jsonpath-ng
|
||||||
|
- packaging
|
||||||
|
- pycryptodomex
|
||||||
- pyscard
|
- pyscard
|
||||||
- pyserial
|
- pyserial
|
||||||
- pytlv
|
- pytlv
|
||||||
- cmd2 >= 1.5.0
|
|
||||||
- jsonpath-ng
|
|
||||||
- construct >= 2.9.51
|
|
||||||
- bidict
|
|
||||||
- gsm0338
|
|
||||||
- pyyaml >= 5.1
|
- pyyaml >= 5.1
|
||||||
|
- smpp.pdu (from `github.com/hologram-io/smpp.pdu`)
|
||||||
- termcolor
|
- termcolor
|
||||||
- colorlog
|
|
||||||
- packaging
|
|
||||||
- pycryptodomex
|
|
||||||
|
|
||||||
Example for Debian:
|
Example for Debian:
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user