summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2020-09-24 10:56:27 -0400
committerGitHub <noreply@github.com>2020-09-24 09:56:27 -0500
commite358946b98507e8643ad6bb4c89744735d5ff915 (patch)
tree9df49c06bdfa2d58916c8515617a1a1859ac456f
parent4aedd1b987150baae4b11200de916c87c53e6d30 (diff)
downloadansible-e358946b98507e8643ad6bb4c89744735d5ff915.tar.gz
update install instructions for pip (#71891)
-rw-r--r--docs/docsite/rst/installation_guide/intro_installation.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst
index 7e208ecde3..eca7a92a6e 100644
--- a/docs/docsite/rst/installation_guide/intro_installation.rst
+++ b/docs/docsite/rst/installation_guide/intro_installation.rst
@@ -488,7 +488,11 @@ You can also use "sudo make install".
Finding tarballs of tagged releases
-----------------------------------
-Packaging Ansible or wanting to build a local package yourself, but don't want to do a git checkout? Tarballs of releases are available on the `Ansible downloads <https://releases.ansible.com/ansible>`_ page.
+Packaging Ansible or wanting to build a local package yourself, but don't want to do a git checkout? Tarballs of releases are available from ``pypi`` as https://pypi.python.org/packages/source/a/ansible/ansible-{{VERSION}}.tar.gz. You can make VERSION a variable in your package managing system that you update in one place whenever you package a new version. Alternately, you can download https://pypi.python.org/project/ansible to get the latest stable release.
+
+.. note::
+
+ If you are creating your own Ansible package, you must also download or package ``ansible-base`` as part of your Ansible package. You can download it as https://pypi.python.org/packages/source/a/ansible-base/ansible-base-{{VERSION}}.tar.gz.
These releases are also tagged in the `git repository <https://github.com/ansible/ansible/releases>`_ with the release version.