Skip to content

docs: add devcontainer script execution instructions - #122

Merged
joeshull merged 1 commit into
mainfrom
docs/devcontainer-run-instructions
Apr 8, 2026
Merged

docs: add devcontainer script execution instructions#122
joeshull merged 1 commit into
mainfrom
docs/devcontainer-run-instructions

Conversation

@joeshull

@joeshull joeshull commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bare python in the devcontainer resolves to the system interpreter, which has no packages installed
  • Added a "Running evaluation scripts" section to README documenting the correct approach: uv run from each tool directory for Python, julia --project=. for Julia, octave for MATPOWER

Test plan

  • Verify uv run python works for pypsa/pandapower/gridcal in devcontainer
  • Verify julia --project=. works for powermodels/powersimulations

Bare `python` in the devcontainer resolves to the system interpreter,
which has no packages. Document using `uv run` from each tool directory.
@joeshull
joeshull merged commit 85b3939 into main Apr 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant