Updated installation instructions for all skills to always use uv pip install

This commit is contained in:
Timothy Kassis
2025-11-16 15:34:52 -08:00
parent d94f21c51f
commit 2fc3e6a88e
82 changed files with 179 additions and 290 deletions

View File

@@ -593,16 +593,16 @@ style = TableStyle([
## Installation
```bash
pip install reportlab
uv pip install reportlab
# For image support
pip install pillow
uv pip install pillow
# For charts
pip install reportlab[renderPM]
uv pip install reportlab[renderPM]
# For barcode support (included in reportlab)
# QR codes require: pip install qrcode
# QR codes require: uv pip install qrcode
```
## When to Use This Skill