OVERVIEW
“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.”
Brian W. Kernighan
What is this repository for?
- The goal of this project is to generate a python package to wrap the standard lxml python package for easy L5X file manipulation as well as to create usable scripts that implement this package.
How do I get set up?
- Install C++ Build Tools
- Click this Link to Download Installer
- Run Installer
- You’re Done
-
Get Required Dependencies
- Download and Install Python 2.7.13
- Open a Command Prompt window as Aministrator
- Run
set PATH=%PATH%;C:\python27\;C:\Python27\Scripts\
- Run
set PATHEXT=%PATHEXT%;.PY
- You’re Done
-
Download and Install Package
- Open a Command Prompt window as Aministrator
- Run
pip install allen-bradley-toolkit
- All Scripts will now be Available from Windows Command Prompt
- You’re Done
- Update Package/ Version Control
- Open Windows Command Prompt as Administrator
- Run
pip install allen-bradley-toolkit -U
- You’re Done
Who do I talk to?
- Canaan Seaton - Project Owner
- GitHub: Cmseaton42