mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
8 lines
328 B
ReStructuredText
8 lines
328 B
ReStructuredText
The preferred way to install the AWX CLI is through pip:
|
|
|
|
.. code:: bash
|
|
|
|
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
|