Start your Pipelex journey by following this quickstart guide below and checking out our samples.
📚 Check out Pipelex Repository and Pipelex Documentation for more information.
git clone https://github.com/Pipelex/pipelex-cookbook.git
cd pipelex-cookbookExample using uv:
uv venv --python 3.11
source .venv/bin/activate
uv sync --extra devThis will install the Pipelex python library and its dependencies using poetry.
cp .env.example .envEnter your API keys into your .env file. The OPENAI_API_KEY is enough to get you started, but some pipelines require models from other providers.
python cookbook/quick_start/hello_world.py