setup.sh Reference¶
๐ Detailed documentation coming soon.
๐ค AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
Quick Usage¶
Creates virtual environment and installs all packages in editable mode.
Options¶
Run ./scripts/setup.sh --help for options.
What It Does¶
- Creates
.venv/virtual environment - Installs packages in dependency order (Foundation โ Framework โ Tools)
- Uses editable installs (
pip install -e) - Installs development dependencies