Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-leicht authored Nov 11, 2020
1 parent 2739476 commit 9f76dad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 9f76dad

Please sign in to comment.