Skip to main content
Version: 11.9.0

Installing on Windows

Compatible with Windows 10, and Windows 11.

Installation procedure

  1. Click on the start menu (or press Win button on your keyboard)
  2. Type PowerShell
  3. Right-click on the PowerShell icon
  4. Select Run as Administrator (this will open a new shell window)
  5. Navigate to chocolatey installation page
  6. Scroll to the installation command
  7. Copy the command
  8. Paste it in your shell window
  9. Press Enter (Wait and type choco --version to verify installation)
  10. 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
  1. Install Node.js:
choco install nodejs --version=16.20.0 -y
  1. Install ffmpeg, curl and pnpm:
choco install ffmpeg curl pnpm -y
  1. Close the shell window.
  2. Navigate to Microsft C++ Build Tools
  3. Click on Download Build Tools to download the executable
  4. Run the executable (continue until you get the menu Installing - Visual Studio Build Tools...)
  5. Tick Desktop development with C++
  6. Press Install (6 Gb of disk space will be used)
  7. Wait for completion, you can close the Visual Studio Build Tools window
  8. You can now install SSE