Skip to main content

Installing psake

Via PowerShell

To install psake use the built-in PowerShell package manager.

Launch PowerShell and run the following command.

# PowerShellGet
Install-Module psake

# PSResourceGet
Install-PSResource psake

Via Chocolatey

choco install psake

Via NuGet

You can download through the various mechanisms available for NuGet

psake - nuget.org

Via GitHub

You can also download ZIP files of the project "binaries" from GitHub by selecting the appropriate release.