Skip to content

Commit

Permalink
add runpip instructions for dependencies (ansible#2322)
Browse files Browse the repository at this point in the history
* add runpip instructions for dependencies

* Update docs/docsite/rst/installation_guide/intro_installation.rst

Co-authored-by: Don Naro <dnaro@redhat.com>

---------

Co-authored-by: Don Naro <dnaro@redhat.com>
  • Loading branch information
dxmann73 and oraNod authored Jan 14, 2025
1 parent 3db40cc commit 277aaca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docsite/rst/installation_guide/intro_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ Include the ``--include-apps`` option to make apps in the additional python depe
$ pipx inject --include-apps ansible argcomplete
If you need to install dependencies from a requirements file, for example when installing the Azure collection, you can use ``runpip``.

.. code-block:: console
$ pipx runpip ansible install -r ~/.ansible/collections/ansible_collections/azure/azcollection/requirements.txt
Installing and upgrading Ansible with pip
=========================================

Expand Down

0 comments on commit 277aaca

Please sign in to comment.