Phase 0: Environment Setup#
Set up the development environment with UV package manager.
Command#
What it does#
- Creates UV virtual environment (
.venv/) - Installs dependencies from
pyproject.toml - Verifies installation
Related Documentation#
Instructions#
- UV Environment Setup:
.github/instructions/uv-environment-setup.instructions.md
Tutorials#
- Dependency Management Guide - Complete guide to using UV for package management
- Makefile Guide - Development workflow commands (
make install,make test, etc.) - MkDocs Installation - Setting up documentation environment
Archived References#
- UVX Setup Guide - Original setup approach (archived for reference)
Status#
✅ Documented | 🎯 All setup tools and workflows documented