v0.3.9 — examples CLI loads index from GitHub for pip installs
Fixed
- CLI —
skillware examplesandskillware list --examplesfetchexamples/README.mdfrom GitHub when no local copy exists (typical afterpip install). Local checkouts still use the repo file first.
Upgrade
pip install -U skillwareThe CLI (skillware list, skillware test, skillware examples, interactive menu) is included in the core install. skillware examples needs network access when run outside a Skillware checkout.
Contributors
- @rosspeili — GitHub fallback for examples index; remove unused wheel packaging of
examples/README.md
Full changelog
- #190 follow-up — Fetch
examples/README.mdfrom GitHub for pip-only installs (0.3.8 regression fix)
Compare: v0.3.8...v0.3.9