-
pyIPCS Can Only be Used on a z/OS System
- pyIPCS can not be run on your local system
-
Complete Necessary Setup for IPCS on your z/OS Environment
-
Python 3.12 or Greater
- To run pyIPCS your Python version must be 3.12 or greater
- IBM Open Enterprise SDK for Python
-
Install IBM Supported
zoautil_pyPython Package Versions1.4.xor1.3.x -
Download Visual Studio Code and Install Zowe Explorer (Optional)
- VS Code is the recommended IDE for Mainframe Development and pyIPCS
- Zowe Explorer is an open source software which allows for mainframe development on VS Code
-
Clone The pyIPCS Repo
-
Navigate to your Cloned pyIPCS Repo
cd path/to/pyIPCS
-
Build the Wheel File
pip wheel .- After executing the above command a whl file should exist within the
/pyIPCSdirectory- Example:
pyipcs-[version]-py3-none-any.whl
- Example:
-
Install the pyIPCS Package
pip install --force-reinstall pyipcs-[version]-py3-none-any.whl
-
Use the pyIPCS Package