Skip to content

1.0b2

Compare
Choose a tag to compare
@lcarcaramo lcarcaramo released this 17 Nov 14:11
· 97 commits to main since this release
a412b2d

Release Milestone: https://github.com/ambitus/pyracf/milestone/3?closed=1
 
 
Install From Python 3.10 Wheel Distribution (pre-built):

curl -O -L https://github.com/ambitus/pyracf/releases/download/1.0b2/pyracf-1.0b2-cp310-none-any.whl && python3.10 -m pip install pyracf-1.0b2-cp310-none-any.whl

Install From Python 3.11 Wheel Distribution (pre-built):

curl -O -L https://github.com/ambitus/pyracf/releases/download/1.0b2/pyracf-1.0b2-cp311-none-any.whl && python3.11 -m pip install pyracf-1.0b2-cp311-none-any.whl

Install From Source Distribution (build on install):

⚠️ Requires z/OS XLC compiler.

curl -O -L https://github.com/ambitus/pyracf/releases/download/1.0b2/pyracf-1.0b2.tar.gz && python3 -m pip install pyracf-1.0b2.tar.gz