-
-
Notifications
You must be signed in to change notification settings - Fork 7k
1.3 Setup Windows
Henry Ruhs edited this page Aug 18, 2023
·
1 revision
winget install -e --id Python.Python.3.10
python -m ensurepip
winget install -e --id Git.Git
winget install -e --id Gyan.FFmpeg
Reboot your system in order for FFmpeg to function properly.
shutdown /r
winget install -e --id Microsoft.VCRedist.2015+.x64
During installation, ensure to select the Desktop Development with C++ package.
winget install -e --id Microsoft.VisualStudio.2022.BuildTools --override "--wait --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended"