Skip to content

Commit 073e1d5

Browse files
committed
Add installation instructions for Pixi package manager
1 parent 7e9206e commit 073e1d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/_posts/python-pixi.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ This helps keep production environments clean by excluding unnecessary packages.
1919

2020
You can also define reusable tasks and run them with `pixi run <task-name>`. This is a convenient way to run common commands defined in `pyproject.toml`.
2121

22+
## Installing Pixi
23+
24+
```bash
25+
pip install pixi
26+
```
27+
2228
## How to use Pixi for running a task
2329
pixi.toml
2430

0 commit comments

Comments
 (0)