Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 418 Bytes

File metadata and controls

14 lines (11 loc) · 418 Bytes

code-animations

Code for animations.

Pre-requisites: uv and VS code. Install python through uv at version 3.13 (3.14 does not work at the time of writing).

Visual Studio Code

To open in Visual Studio Code:

  • Open Folder (your local git clone)
  • Ctrl+Shit+P / Create environment Venv
  • Use 'uv sync' to install dependendencies into your local environment

To build test

  • Ctrl + Shift + ` (New terminal)
  • pytest