Release Milestone: https://github.com/ambitus/pyracf/milestone/7?closed=1
Install From **Python 3.10 Wheel Distribution** *(pre-built)*:
curl -O -L https://github.com/ambitus/pyracf/releases/download/1.0b6/pyracf-1.0b6-cp310-none-any.whl && python3.10 -m pip install pyracf-1.0b6-cp310-none-any.whl
Install From **Python 3.11 Wheel Distribution** *(pre-built)*:
curl -O -L https://github.com/ambitus/pyracf/releases/download/1.0b6/pyracf-1.0b6-cp311-none-any.whl && python3.11 -m pip install pyracf-1.0b6-cp311-none-any.whl
Install From **Python 3.12 Wheel Distribution** *(pre-built)*:
curl -O -L https://github.com/ambitus/pyracf/releases/download/1.0b6/pyracf-1.0b6-cp312-none-any.whl && python3.12 -m pip install pyracf-1.0b6-cp312-none-any.whl
Install From **Source Distribution** *(build on install)*:
> :warning: _Requires z/OS XLC compiler._
curl -O -L https://github.com/ambitus/pyracf/releases/download/1.0b6/pyracf-1.0b6.tar.gz && python3 -m pip install pyracf-1.0b6.tar.gz