Configure your local Python environment, model runtimes, and LLM frameworks before Day 1. Everything you need to build autonomous systems.
Everything you need for the hands-on sessions — Python, a local model runner, and the agent frameworks. Follow the guide below before Day 1.
Hover a line to learn more
The entire workshop toolchain fits in a single virtual environment. Below is every package you'll need, why it matters, and how to verify it's working before Day 1.
The entire workshop runs on Python. Install 3.11 (or 3.12) from python.org. During install on Windows, tick **"Add Python to PATH"** — this is critical.
Ollama lets you run Llama 3, Mistral, and Gemma locally — no API key needed. Download from **ollama.com**, install, then pull the workshop model.
These are the two primary agent frameworks used in the workshop. LangChain powers tool-use and ReAct agents; LlamaIndex handles RAG pipelines and data queries.
VS Code is the recommended editor. Install the **Python** extension by Microsoft, and optionally **Jupyter** for interactive notebooks. The Ruff linter extension is also helpful.
Run these in order in your terminal. Each line is individually copyable.
Create virtual environment
Activate (macOS / Linux)
Activate (Windows)
Install LangChain
Install LlamaIndex
Install OpenAI SDK (optional)
Pull Llama 3.2 via Ollama
Run quick sanity check
Need help? Bring your laptop to the venue at least 20 minutes early. Facilitators will be on hand to help with any installation issues before the first session begins.