Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down