pixi
Installation
SKILL.md
Pixi Package Manager
Pixi is a fast, modern, and reproducible package management tool that combines conda and PyPI package management with built-in task running and environment management.
Quick Start
Installation
# Linux & macOS
curl -fsSL https://pixi.sh/install.sh | sh
# Windows
powershell -ExecutionPolicy Bypass -c "irm -useb https://pixi.sh/install.ps1 | iex"
Restart your terminal after installation.