Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.01 KB

File metadata and controls

56 lines (37 loc) · 2.01 KB

Getting Started


Dependencies/Prerequisite Downloads


  1. pyIPCS Can Only be Used on a z/OS System

    • pyIPCS can not be run on your local system
  2. Complete Necessary Setup for IPCS on your z/OS Environment

  3. Python 3.12 or Greater

  4. Install IBM Supported zoautil_py Python Package Versions 1.4.x or 1.3.x

  5. Download Visual Studio Code and Install Zowe Explorer (Optional)


Installing pyIPCS


  1. Clone The pyIPCS Repo

  2. Navigate to your Cloned pyIPCS Repo

    • cd path/to/pyIPCS
  3. Build the Wheel File

    • pip wheel .
    • After executing the above command a whl file should exist within the /pyIPCS directory
      • Example: pyipcs-[version]-py3-none-any.whl
  4. Install the pyIPCS Package

    • pip install --force-reinstall pyipcs-[version]-py3-none-any.whl
  5. Use the pyIPCS Package