Skip to content
Canaan Seaton edited this page Feb 9, 2017 · 17 revisions

Allen-Bradley-Toolkit Wiki

"In theory, theory and practice are the same. In practice, they’re not." - Yogi Berra

What is this repository for?

  • The goal of this project is to generate a python package that wraps the standard lxml python package for use easy L5X file manipulation as well as to create usable scripts that implement this package.

Table of Contents

How do I get set up?

  • 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 Preh
    • 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 Preh -U
    • You're Done
Clone this wiki locally