-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Canaan Seaton edited this page Jan 24, 2018
·
17 revisions
"In theory, theory and practice are the same. In practice, they’re not."
Yogi Berra
- 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.
-
API Reference
- To be Completed
-
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