docs: preserve us-cpa workspace virtualenv on sync
This commit is contained in:
@@ -26,7 +26,7 @@ To install the skill for OpenClaw itself, copy the repo skill into the workspace
|
||||
1. Sync the repo copy 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/
|
||||
```
|
||||
@@ -50,6 +50,8 @@ python3 -m pip install -e '.[dev]'
|
||||
|
||||
The wrapper prefers `.venv/bin/python` inside the skill directory when present, so OpenClaw can run the workspace copy without relying on global Python packages.
|
||||
|
||||
Keep the `--exclude '.venv'` flag on future syncs, otherwise `rsync --delete` will remove the workspace virtualenv.
|
||||
|
||||
## Current Milestone
|
||||
|
||||
Current implementation now includes:
|
||||
|
||||
Reference in New Issue
Block a user