Commit graph

3 commits

Author SHA1 Message Date
Claude
45e10422c8
run.sh: remove --quiet from pip so install errors are visible
https://claude.ai/code/session_01JuRTR5Xjx8emQsyerBgGU7
2026-05-30 11:47:23 +00:00
Claude
e3af023582
Fix run.sh: always run pip install, not only on venv creation
Existing .venv without packages caused ModuleNotFoundError. pip install
is a no-op when everything is already up to date, so always running it
is safe and ensures deps are present.

https://claude.ai/code/session_01JuRTR5Xjx8emQsyerBgGU7
2026-05-30 11:45:45 +00:00
Claude
8fa3aca85d
Add run.sh to handle venv setup automatically
Creates .venv on first run, installs dependencies, then starts the server.
Subsequent runs skip straight to starting. Avoids externally-managed-environment
errors on Debian/Ubuntu 12+.

https://claude.ai/code/session_01JuRTR5Xjx8emQsyerBgGU7
2026-05-30 11:42:48 +00:00