Skip to content

Commit 807ead2

Browse files
add runpip instructions for dependencies (#2322) (#2351)
* add runpip instructions for dependencies * Update docs/docsite/rst/installation_guide/intro_installation.rst Co-authored-by: Don Naro <[email protected]> --------- Co-authored-by: Don Naro <[email protected]> (cherry picked from commit 277aaca) Co-authored-by: David Mann <[email protected]>
1 parent a1e4190 commit 807ead2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/docsite/rst/installation_guide/intro_installation.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ Include the ``--include-apps`` option to make apps in the additional python depe
117117
118118
$ pipx inject --include-apps ansible argcomplete
119119
120+
If you need to install dependencies from a requirements file, for example when installing the Azure collection, you can use ``runpip``.
121+
122+
.. code-block:: console
123+
124+
$ pipx runpip ansible install -r ~/.ansible/collections/ansible_collections/azure/azcollection/requirements.txt
125+
126+
120127
Installing and upgrading Ansible with pip
121128
=========================================
122129

0 commit comments

Comments
 (0)