Skip to content

Tutorials Overview

This section contains practical, user-facing tutorials for common TULIP tasks.

TU Delft Network Access Required

TULIP is only reachable from the TU Delft network. Off campus, connect via eduVPN before using the API.

Quick Setup

  1. Clone and enter the repository:

    git clone https://gitlab.ewi.tudelft.nl/tulip/reference-tests.git
    cd reference-tests
    
  2. Create your environment file:

    cp .env.example .env
    
  3. Set your API key in .env.

Dependency Setup

  • If you run examples with pixi run ..., Python dependencies are managed from this repository's pixi.toml.
  • Bash examples may still require system tools like jq.
  • If you do not use Pixi, install dependencies from pyproject.toml manually.

Available Tutorials

The API tutorials include runnable Bash and Python examples. Integration tutorials focus on configuring TULIP in external tools.