mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03: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:
commit
6e6676adb3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user