docs: use home-relative us-cpa install paths

This commit is contained in:
Stefano Fiorini
2026-03-15 03:35:24 -05:00
parent 9f650faf88
commit fdfc9f0996
3 changed files with 9 additions and 6 deletions

View File

@@ -18,14 +18,14 @@ Install the skill into the OpenClaw workspace copy, not only in the repo checkou
```bash
rsync -a --delete \
/Users/stefano/.openclaw/workspace/projects/stef-openclaw-skills/skills/us-cpa/ \
/Users/stefano/.openclaw/workspace/skills/us-cpa/
~/.openclaw/workspace/projects/stef-openclaw-skills/skills/us-cpa/ \
~/.openclaw/workspace/skills/us-cpa/
```
2. Create a skill-local virtualenv in the workspace copy:
```bash
cd /Users/stefano/.openclaw/workspace/skills/us-cpa
cd ~/.openclaw/workspace/skills/us-cpa
python3 -m venv .venv
. .venv/bin/activate
pip install -e .[dev]