We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c528c7 commit 39e58ffCopy full SHA for 39e58ff
.github/copilot-instructions.md
@@ -108,3 +108,7 @@ Special handling for string type annotations:
108
## Publishing
109
110
`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