Update install.rst

Fix doc for current pip==22.3
This commit is contained in:
Max Lendrich 2022-11-30 16:54:42 +01:00 committed by GitHub
parent 40499a4084
commit eaccf32aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,6 @@ 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"
pip install "git+https://github.com/ansible/awx.git@$VERSION#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