From 9ccc58f6dec9eeebadffed52d573815a9eb49731 Mon Sep 17 00:00:00 2001 From: Leonard Carcaramo Date: Wed, 2 Oct 2024 13:54:17 -0400 Subject: [PATCH] Update home page for PyPi release. Signed-off-by: Leonard Carcaramo --- _config.yml | 2 +- index.md | 38 ++++++++++---------------------------- 2 files changed, 11 insertions(+), 29 deletions(-) diff --git a/_config.yml b/_config.yml index 8b6ca0e..e80c587 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ title: pyRACF -pyracf_version: 1.0b5 +pyracf_version: 1.0b6 description: >- # this means to ignore newlines until "baseurl:" Python interface to the RACF Command interface. permalink: /:title/ diff --git a/index.md b/index.md index 8a75940..e078eba 100644 --- a/index.md +++ b/index.md @@ -32,37 +32,19 @@ Python interface into the RACF management application programming interface.   -{: .note} - > _pyRACF will eventually be made available on [pypi.org](https://pypi.org/), but currently python wheel distributions for pyRACF are only available for manual download and installation via GitHub._ - -   - -{: .warning} -> _If you get the following error when trying to install pyRACF from GitHub using the provided commands, ensure that you have a `.curlrc` in your **Home Directory** that is configured to point to a **Trusted CA Certificate Bundle**._ -> -> ###### CA Certificate Verification Failure -> ```console -> % Total % Received % Xferd Average Speed Time Time Time Current -> Dload Upload Total Spent Left Speed -> 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 -> curl: (60) SSL certificate problem: unable to get local issuer certificate -> More details here: https://curl.haxx.se/docs/sslcerts.html -> -> curl failed to verify the legitimacy of the server and therefore could not -> establish a secure connection to it. To learn more about this situation and -> how to fix it, please visit the web page mentioned above. -> ``` -> -> ###### .curlrc -> ```properties -> capath=/path/to/my/trusted/ca/ -> cacert=/path/to/my/trusted/ca/ca.pem -> ``` +{: .warning } +> _Ensure that [IRRSMO00 Precheck is Setup](../common/misc/setup_precheck) before you start using pyRACF._   -1. [Download & Install From GitHub](https://github.com/ambitus/pyracf/releases) -2. [IRRSMO00 Precheck Setup](../common/misc/setup_precheck) +{: .note } +> _You may also optionally [Download & Install pyRACF From GitHub](https://github.com/ambitus/pyracf/releases)._ + +  + +```shell +pip install pyracf +``` ### Use