mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
fix install instructions for the AWX CLI
This commit is contained in:
parent
39a96a620e
commit
150b3e6f6d
@ -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