- Install VS Code
winget install Microsoft.VisualStudioCode
- Install python
winget install Python.Python.3.11
- Install ffmpeg
winget install "FFmpeg (Shared)"
- Install poetry
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
- Open this project in VS Code and run the following commands in the integrated terminal:
poetry config virtualenvs.in-project true
poetry install
- You're good to go!