Update the salt pip executable to salt-pip

This commit is contained in:
Megan Wilhite 2022-07-25 08:41:06 -06:00
parent c6e6f77343
commit 82119c2a69
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ The migration path from the non-Tiamat packages to the Tiamat packages will incl
* Pip packages: You need to ensure any 3rd party pip packages are installed in the correct Tiamat path.
This can be accomplished in two ways:
* ``salt pip install <package name>``
* ``salt-pip install <package name>``
* Using the ``pip.installed`` Salt state.
To install python packages into the system python environment, user's must now provide the ``pip_bin`` or ``bin_env`` to the pip state module.

View file

@ -109,7 +109,7 @@ The migration path from the non-Tiamat packages to the Tiamat packages will incl
* Pip packages: You need to ensure any 3rd party pip packages are installed in the correct Tiamat path.
This can be accomplished in two ways:
* ``salt pip install <package name>``
* ``salt-pip install <package name>``
* Using the ``pip.installed`` Salt state.
To install python packages into the system python environment, user's must now provide the ``pip_bin`` or ``bin_env`` to the pip state module.