Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 782 Bytes

installation.md

File metadata and controls

16 lines (12 loc) · 782 Bytes

Installation

The base dependencies for this project are managed with pixi. Please install pixi into infrastructure/apps/pixi and initialize your shell accordingly. For detailed install instructions visit pixi.sh.

Linux

For Linux systems an installation script is provided, which will download and install pixi into the correct location and configure PIXI_CACHE_DIR and TMPDIR environment variables. To run the installation script, execute the following command in your shell from the root of the project:

sh ./install.sh

Initialization

Everytime you open a new shell you need to initialize it with the correct environment variables. You can do this by sourcing the init.sh from the root of the project:

source init.sh