# Getting started The FAST-HEP Workshop contains runnable tutorials and examples. The recommended way to run the workshop is with Pixi. ## Clone the repository ```bash git clone git@github.com:FAST-HEP/fasthep-workshop.git cd fasthep-workshop ``` ## Install dependencies ```bash pixi install ``` ## Check the environment ```bash pixi run fasthep version pixi run fasthep versions ```