Install¶
Requirements¶
- Python 3.9 or newer
- Linux (Oracle Linux 8/9, RHEL 8/9 tested; other distros likely work)
- PeopleTools 8.62 (older versions may work but are unverified)
You can use system Python, the Python shipped with the PeopleSoft DPK, or $PS_HOME/python.
Install Python¶
Install psa-cli¶
From the GitHub release¶
PyPI publishing is planned. For 0.3.0, install from the GitHub release wheel:
pip install https://github.com/psadmin-io/psa-cli/releases/download/v0.3.0/psa_cli-0.3.0-py3-none-any.whl
From source¶
Verify¶
You should see psa version 0.3.0.
Next steps¶
→ Quickstart to configure psa and run your first commands.