From 150b3e6f6d7ad7221ae012db0224305037291f94 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 23 Aug 2019 11:18:09 -0400 Subject: [PATCH] fix install instructions for the AWX CLI --- awxkit/awxkit/cli/docs/source/usage.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/awxkit/awxkit/cli/docs/source/usage.rst b/awxkit/awxkit/cli/docs/source/usage.rst index 8de48eb0ee..11ee5e18b9 100644 --- a/awxkit/awxkit/cli/docs/source/usage.rst +++ b/awxkit/awxkit/cli/docs/source/usage.rst @@ -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