diff --git a/tools/azsdk-cli/Azure.Sdk.Tools.Cli/Configuration/RequirementsV1.json b/tools/azsdk-cli/Azure.Sdk.Tools.Cli/Configuration/RequirementsV1.json index 2d5ece79d51..1ccb1818db0 100644 --- a/tools/azsdk-cli/Azure.Sdk.Tools.Cli/Configuration/RequirementsV1.json +++ b/tools/azsdk-cli/Azure.Sdk.Tools.Cli/Configuration/RequirementsV1.json @@ -34,8 +34,14 @@ { "requirement": "python", "check": ["python", "--version"], - "instructions": ["Install Python from https://www.python.org/downloads/"], + "instructions": ["Install Python from https://www.python.org/downloads/ if using Windows or MacOS", "If using Ubuntu, run `sudo apt install python-is-python3`, `sudo apt install python3-pip`, `sudo apt install python3-venv`."], "reason": "Python is required for all repos because it's used in a common Verify-Readme Powershell script." + }, + { + "requirement": "pip", + "check": ["python", "-m", "pip", "--version"], + "instructions": ["python -m ensurepip", "If using Ubuntu, run `sudo apt install python3-pip`"], + "reason": "Pip is required for all repos because it's used in a common Verify-Readme Powershell script." } ], "java": [