You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to install pip packages via requirements.txt files. To not have to keep track of requirements needed for some packages or collections.
Description
It would be nice to be able to install pip packages via requirements.txt files. To not have to keep track of requirements needed for some packages or collections.
Example:
pip install -r https://raw.githubusercontent.com/ansible-collections/azure/dev/requirements-azure.txt
pip install -r requirements.txt
Installs all packages from given txt file.
Additional information
No response
The text was updated successfully, but these errors were encountered: