pixi 0.15.2

A package management and workflow tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Examples

These examples demonstrate the main features of `pixi`. To run an example move to the folder and run `pixi run start`
This will start the main application of the project. Some projects have more run commands available for that check the `pixi.toml`

NOTE: Make sure your on the latest version or the version of pixi on which you are trying the examples.

## Examples in other Repositories

These are examples that are hosted in other repositories that use pixi for building and running the project.

### AI

[Llama.cpp](https://github.com/tdejager/llama.cpp)

### Games

[Crispy Doom](https://github.com/baszalmstra/pixi-crispy-doom)