Skip to content

Commit 1253980

Browse files
committed
Update README
1 parent 990ccc9 commit 1253980

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
python-gsmmodem-new v0.12
2-
=========================
1+
python-gsmmodem-new
2+
===================
33
*GSM modem module for Python*
44

55
python-gsmmodem is a module that allows easy control of a GSM modem attached
@@ -37,9 +37,8 @@ Go to `examples/` directory in this repo.
3737
Requirements
3838
------------
3939

40-
- Python 2.7 or later
4140
- Python 3.3 or later
42-
- pyserial
41+
- pySerial
4342

4443

4544
How 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:
7473
https://github.com/pyserial/pyserial
7574

7675
Installation 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:
8685
https://github.com/pyserial/pyserial
8786

8887
Testing the package

0 commit comments

Comments
 (0)