Skip to content

Commit

Permalink
Add recommendation as a note
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Mar 26, 2024
1 parent 22132ae commit af6171d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ Requirements
Recommended Installation Method
********************************

The **recommended** approach to install `ansible-builder` is using the
`ansible-dev-tools` package.
`Ansible Development Tools (ADT) https://ansible.readthedocs.io/projects/dev-tools/`
aims to streamline the setup and usage of several tools needed in order to
create `Ansible https://www.ansible.com` content. ADT combines critical Ansible
development packages into a unified Python package.

.. code-block:: shell
# This also installs ansible-core if it is not already installed
$ pip3 install ansible-dev-tools
.. note::
The **recommended** approach to install `ansible-builder` is using the
`ansible-dev-tools` package.
`Ansible Development Tools (ADT) <https://ansible.readthedocs.io/projects/dev-tools/>`
aims to streamline the setup and usage of several tools needed in order to
create `Ansible <https://www.ansible.com>` content. ADT combines critical Ansible
development packages into a unified Python package.

.. code-block:: shell
# This also installs ansible-core if it is not already installed
$ pip3 install ansible-dev-tools
Install from PyPi
*****************
Expand Down

0 comments on commit af6171d

Please sign in to comment.