Merge pull request #4880 from ryanpetrello/cli-install-rst

template CLI install documentation into a separate file

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-10-02 14:04:05 +00:00 committed by GitHub
commit 1f62d223a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -0,0 +1,7 @@
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

View File

@ -4,13 +4,7 @@ Basic Usage
Installation
------------
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
.. include:: install.rst
Synopsis