Skip to content

Commit 39e58ff

Browse files
committed
Copilot Instructions: Remember to activate the venv
1 parent 5c528c7 commit 39e58ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,7 @@ Special handling for string type annotations:
108108
## Publishing
109109

110110
`make publish` builds with Poetry and pushes to PyPI, then creates git tag from version in `pyproject.toml` (look for `# publish: version` comment).
111+
112+
## Getting Started
113+
114+
Activate the local venv using `source venv/bin/activate`. If `venv` directory missing then prefix commands with `poetry run ...`.

0 commit comments

Comments
 (0)