Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 496 Bytes

File metadata and controls

24 lines (16 loc) · 496 Bytes

First-Time Setup

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:

  1. Open the Command Palette.
  2. Run Python: Select Interpreter.
  3. Choose Python 3.10.11.

Enable the optional repository hooks:

git config core.hooksPath .githooks

Run the starter program:

python tools/python_version/run_with_version.py src/main.py