File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- python-gsmmodem-new v0.12
2- =========================
1+ python-gsmmodem-new
2+ ===================
33*GSM modem module for Python *
44
55python-gsmmodem is a module that allows easy control of a GSM modem attached
@@ -37,9 +37,8 @@ Go to `examples/` directory in this repo.
3737Requirements
3838------------
3939
40- - Python 2.7 or later
4140- Python 3.3 or later
42- - pyserial
41+ - pySerial
4342
4443
4544How to install this package
@@ -70,7 +69,7 @@ Download a ``python-gsmmodem-new`` archive from `PyPI
7069
7170 python setup.py install
7271
73- Note that ``python-gsmmodem-new `` package relies on ``pyserial `` for serial communications:
72+ Note that ``python-gsmmodem-new `` package relies on ``pySerial `` for serial communications:
7473https://github.com/pyserial/pyserial
7574
7675Installation of the latest commit from GitHub
@@ -82,7 +81,7 @@ Clone from GitHub::
8281 cd python-gsmmodem/
8382 python setup.py install
8483
85- Note that ``python-gsmmodem-new `` package relies on ``pyserial `` for serial communications:
84+ Note that ``python-gsmmodem-new `` package relies on ``pySerial `` for serial communications:
8685https://github.com/pyserial/pyserial
8786
8887Testing the package
You can’t perform that action at this time.
0 commit comments