Skip to content

Commit 277aaca

Browse files
dxmann73oraNod
andauthored
add runpip instructions for dependencies (ansible#2322)
* 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]>
1 parent 3db40cc commit 277aaca

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)