# Windows
# Scoop
# Installeer Scoop
Open PowerShell. You can do this by searching for PowerShell in the start menu. Inside PowerShell, type the code below:
iwr -useb get.scoop.sh | iex
1
iwr is short for Invoke Web Request. This command starts a session to access something on the internet. Altogether, this command line will download and install Scoop. Press Enter. PowerShell will now install Scoop.
If you got an error regarding the execution policy after you entered the command line, enter the command below in PowerShell:
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
1
Van Installeer Scoop (opens new window)
# Installeer python
Installeer Python met Scoop (opens new window).
> scoop install python
# Windows Executable
Python installer voor Windows (opens new window)
Momenteel is dit: