Migrate to pip version of vapoursynth and use venv

This commit is contained in:
2026-05-30 22:20:43 +02:00
parent c1d5b62c9b
commit ace510a1ad
2 changed files with 17 additions and 14 deletions
+4
View File
@@ -1,3 +1,7 @@
@echo off
call .venv\Scripts\activate.bat
python Start.py
pause