Merge pull request #13444 from codygula/devel

Update to include pip install command and PyPI link. related #13179
This commit is contained in:
Seth Foster 2023-01-18 15:51:28 -05:00 committed by GitHub
commit 32b6aec66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
awxkit
======
Python library that backs the provided `awx` command line client.
A Python library that backs the provided `awx` command line client.
For more information on installing the CLI and building the docs on how to use it, look [here](./awxkit/cli/docs).
It can be installed by running `pip install awxkit`.
The PyPI respository can be found [here](https://pypi.org/project/awxkit/).
For more information on installing the CLI and building the docs on how to use it, look [here](./awxkit/cli/docs).