You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a ctypes-based Python wrapper for snap7. Snap7 is an open-source,
5
-
32/64 bit, multi-platform Ethernet communication suite for interfacing natively
4
+
This is a Python wrapper for Snap7, an open-source, 32/64 bit, multi-platform Ethernet communication suite for interfacing natively
6
5
with Siemens S7 PLCs.
7
6
8
7
Python-snap7 is tested with Python 3.9+, on Windows, Linux and OS X.
@@ -13,9 +12,9 @@ The full documentation is available on `Read The Docs <https://python-snap7.read
13
12
Installation
14
13
============
15
14
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::
15
+
If you are running Windows (amd64), Mac OS X (amd64/aarch64), GNU/Linux (amd64/arm64) or a compatible platform you can install the binary wheel using::
17
16
18
17
$ pip install python-snap7
19
18
20
19
21
-
Otherwise, please read the `online installation documentation<https://python-snap7.readthedocs.io/en/latest/installation.html>`_.
20
+
Otherwise, please follow the `online installation instructions<https://python-snap7.readthedocs.io/en/latest/installation.html>`_ to install python-snap7 from source.
0 commit comments