The python environment#

Make sure this computer will be recognized by name as a dev machine : see isa_dev_computer() in utilities.md !!!

To set up and manage the virtual Python environment for this project, we use the uv tool.

VSCode extensions:

  • Python (from Microsoft)

Windows#

Initial installation#

scoop install main/uv
uv python install
uv venv
uv pip install -r pyproject.toml

VSCode startup#

.venv\Scripts\activate.ps1

command#

python main.py