docs: preserve us-cpa workspace virtualenv on sync

This commit is contained in:
Stefano Fiorini
2026-03-15 04:05:29 -05:00
parent 31ed267027
commit 12838f7449
3 changed files with 8 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ Install the skill into the OpenClaw workspace copy, not only in the repo checkou
1. Sync the skill into the workspace:
```bash
rsync -a --delete \
rsync -a --delete --exclude '.venv' \
~/.openclaw/workspace/projects/stef-openclaw-skills/skills/us-cpa/ \
~/.openclaw/workspace/skills/us-cpa/
```
@@ -43,6 +43,8 @@ python3 -m pip install -e '.[dev]'
The wrapper now prefers `~/.openclaw/workspace/skills/us-cpa/.venv/bin/python` when present and falls back to `python3` otherwise.
Keep the `--exclude '.venv'` flag on future syncs, otherwise the workspace virtualenv will be deleted by `rsync --delete`.
## Run
Installed entry point: