Install Git, VS Code, and Python 3.10.11.
Create your own copy with GitHub's Use this template button, then open
project.code-workspace in VS Code.
Select the interpreter:
- Open the Command Palette.
- Run
Python: Select Interpreter. - Choose Python
3.10.11.
Enable the optional repository hooks:
git config core.hooksPath .githooksRun the starter program:
python tools/python_version/run_with_version.py src/main.py