Skip to content

Commit 534bbb3

Browse files
authored
Update README.rst
1 parent 9c9d441 commit 534bbb3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
About
22
=====
33

4-
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
65
with Siemens S7 PLCs.
76

87
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
1312
Installation
1413
============
1514

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::
1716

1817
$ pip install python-snap7
1918

2019

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

Comments
 (0)