From 9f76dad09b55fb5c29901356952c2164a3b526c1 Mon Sep 17 00:00:00 2001 From: Daniel Leicht Date: Wed, 11 Nov 2020 14:03:48 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index df6bcb8..a40657a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pylogix +# pylogix2 This project will allow you to easily read/write values from tags in Rockwell Automation Logix based PLC's over Ethernet I/P using Python. PLC models inclued CompactLogix, ControlLogix and Micro8xx. Python2 and Python3 are both supported. @@ -11,15 +11,15 @@ There are currently no dependencies so you can get going quickly without having You can clone the repo with the following: ``` -git clone https://github.com/daniel-leicht/pylogix.git -cd pylogix +git clone https://github.com/daniel-leicht/pylogix2.git +cd pylogix2 python setup.py install --user ``` Or you can install with pip: ``` -pip install pylogix +pip install pylogix2 ``` ### Verifying Installation