Skip to content

Add Windows installers #17

Description

@travishathaway

Maintenance type

Release

Description

Currently, there are only standalone installers available for Linux and macOS. To make it easier for Windows users, I'd like to add an installer that they will be able to copy and paste into their PowerShell terminal.

One example of this is the way pixi enables this via this command:

powershell -ExecutionPolicy Bypass -c "irm -useb https://pixi.sh/install.ps1 | iex"

Motivation

Better serving users on the world's most popular operation system.

Scope and affected areas

No response

Task checklist

  • Update release.yml to include Windows installer similar to our current ones
  • Add Windows installer build to smoke.yml
  • Update documentation front page and getting started guide to reference this new installer

Urgency

Medium — should be done this cycle

Additional context

Use the pixi install.ps1 as a reference implementation for this implementation.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

Status
In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions