mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
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:
@@ -4,13 +4,13 @@ Basic Usage
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
The awx CLI is available as part of the ``awxkit`` package on PyPI.
|
The preferred way to install the AWX CLI is through pip:
|
||||||
|
|
||||||
The preferred way to install is through pip:
|
|
||||||
|
|
||||||
.. code:: bash
|
.. 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
|
Synopsis
|
||||||
|
|||||||
Reference in New Issue
Block a user