|
1 | 1 | About
|
2 | 2 | =====
|
3 | 3 |
|
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, |
5 | 5 | 32/64 bit, multi-platform Ethernet communication suite for interfacing natively
|
6 | 6 | with Siemens S7 PLCs.
|
7 | 7 |
|
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. |
9 | 9 |
|
10 | 10 | The full documentation is available on `Read The Docs <https://python-snap7.readthedocs.io/en/latest/>`_.
|
11 | 11 |
|
12 | 12 |
|
13 | 13 | Installation
|
14 | 14 | ============
|
15 | 15 |
|
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:: |
17 | 17 |
|
18 | 18 | $ pip install python-snap7
|
19 | 19 |
|
20 | 20 |
|
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