Skip to content

Commit efc1eaa

Browse files
authored
Update README.rst
1 parent 8b98ca9 commit efc1eaa

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

README.rst

+4-23
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,21 @@
11
About
22
=====
33

4-
This is a ctypes based python wrapper for snap7. Snap7 is an open source,
4+
This is a ctypes-based Python wrapper for snap7. Snap7 is an open-source,
55
32/64 bit, multi-platform Ethernet communication suite for interfacing natively
66
with Siemens S7 PLCs.
77

8-
Python-snap7 is tested with Python 3.7+, on Windows, Linux and OS X.
8+
Python-snap7 is tested with Python 3.8+, on Windows, Linux and OS X.
99

1010
The full documentation is available on `Read The Docs <https://python-snap7.readthedocs.io/en/latest/>`_.
1111

1212

1313
Installation
1414
============
1515

16-
If you are running Windows 10, Mac OS X or GNU/Linux on an Intel x64 compatible platform you can use the binary wheel installation::
16+
If you are running Windows, Mac OS X or GNU/Linux on an Intel x64 or ARM 64 compatible platform you can use the binary wheel installation::
1717

1818
$ pip install python-snap7
1919

2020

21-
Ofterwise, please read the `online installation documentation <https://python-snap7.readthedocs.io/en/latest/installation.html>`_.
22-
23-
24-
Credits
25-
=======
26-
27-
* Gijs Molenaar (gijs at pythonic dot nl)
28-
* Stephan Preeker (stephan at preeker dot net)
29-
30-
Both authors are available for contracting to improve python-snap7. Please contact us at the email address above for inquiries.
31-
32-
33-
Special thanks to
34-
=================
35-
36-
* Davide Nardella for creating snap7
37-
* Thomas Hergenhahn for his libnodave.
38-
* Thomas W for his S7comm wireshark plugin
39-
* `Fabian Beitler <https://github.com/swamper123>`_ and `Nikteliy <https://github.com/nikteliy>`_ for their contributions towards the 1.0 release
40-
* `Lautaro Nahuel Dapino <https://github.com/lautarodapin>`_ for his contributions.
21+
Otherwise, please read the `online installation documentation <https://python-snap7.readthedocs.io/en/latest/installation.html>`_.

0 commit comments

Comments
 (0)