Merge pull request #4578 from ryanpetrello/awx-cli-install

fix install instructions for the AWX CLI

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-08-23 17:02:09 +00:00 committed by GitHub
commit 6e6676adb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@ Basic Usage
Installation
------------
The awx CLI is available as part of the ``awxkit`` package on PyPI.
The preferred way to install is through pip:
The preferred way to install the AWX CLI is through pip:
.. code:: bash
pip install awxkit
pip install "https://github.com/ansible/awx/archive/$VERSION.tar.gz#egg=awxkit&subdirectory=awxkit"
...where ``$VERSION`` is the version of AWX you're running. To see a list of all available releases, visit: https://github.com/ansible/awx/releases
Synopsis