How to Run

April 10, 2025 ยท View on GitHub

Contents

Mac and Linux

Mac and Linux typically have Python 3 installed on the path as python3, so you can just double-click the file or run it from the command line with. Any one of the following will work:

./.approval_tests_temp/approve_all.py
python3 .approval_tests_temp/approve_all.py

Note: the script works regardless of the current working directory

Windows

Get Python

Check if Python is installed:

python --version

If not, install from one of:

  • Chocolatey: choco install python
  • WinGet: winget install -e --id Python.Python.3.12
  • Python: Website

Running

python .approval_tests_temp/approve_all.py