Skip to content

Commit e61439b

Browse files
committed
docs: mention venv activation before editable install
1 parent 3754ff0 commit e61439b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ On [GitHub Codespaces](https://github.com/features/codespaces) it's even simpler
4545
1. Wait for your pull request to be reviewed and merged.
4646

4747
For the detailed test workflow, command-selection prompt, and PR reporting template, see [`TESTING.md`](./TESTING.md).
48-
Install the CLI from your working tree (`uv pip install -e .` after `uv sync --extra test`) or otherwise ensure the shell uses the local `specify` binary before running the manual slash-command tests described below.
48+
Activate the project virtual environment (see the Setup block in [`TESTING.md`](./TESTING.md)), then install the CLI from your working tree (`uv pip install -e .` after `uv sync --extra test`) or otherwise ensure the shell uses the local `specify` binary before running the manual slash-command tests described below.
4949

5050
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
5151

0 commit comments

Comments
 (0)