docs: require pip upgrade for us-cpa editable install

This commit is contained in:
Stefano Fiorini
2026-03-15 03:54:43 -05:00
parent b520bdc998
commit 850e89d339
3 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ Standalone Python CLI package for the `us-cpa` skill.
From `skills/us-cpa/`:
```bash
python -m pip install --upgrade pip setuptools wheel
pip install -e '.[dev]'
```
@@ -28,6 +29,7 @@ rsync -a --delete \
cd ~/.openclaw/workspace/skills/us-cpa
python3 -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip setuptools wheel
pip install -e '.[dev]'
```