Installing on Windows
Compatible with Windows 10, and Windows 11.
Installation procedure
- Click on the start menu (or press
Win
button on your keyboard) - Type
PowerShell
- Right-click on the
PowerShell
icon - Select
Run as Administrator
(this will open a new shell window) - Navigate to chocolatey installation page
- Scroll to the installation command
- Copy the command
- Paste it in your shell window
- Press
Enter
(Wait and typechoco --version
to verify installation) - Install
Python
:
choco install python3 --version=3.10.11 -y
Note
If you have a prior version of Python and want to uninstall it. Run the following command
choco uninstall python3
- Install
Node.js
:
choco install nodejs --version=16.20.0 -y
- Install
ffmpeg
,curl
andpnpm
:
choco install ffmpeg curl pnpm -y
- Close the shell window.
- Navigate to Microsft C++ Build Tools
- Click on
Download Build Tools
to download the executable - Run the executable (continue until you get the menu Installing - Visual Studio Build Tools...)
- Tick
Desktop development with C++
- Press
Install
(6 Gb of disk space will be used) - Wait for completion, you can close the Visual Studio Build Tools window
- You can now install SSE