From f45d5726bab32c5a3844cb495b0c2f1827fef5f6 Mon Sep 17 00:00:00 2001 From: Sandra Snan Date: Sat, 23 Sep 2023 17:58:07 +0200 Subject: [PATCH] Clarify misleading venv docs On my zsh I was still getting /usr/bin/toot even in the venv. --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5383f01..0fa2548 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,8 +77,9 @@ pip install -r requirements-dev.txt pip install -r requirements-test.txt ``` -While the virtual env is active, running `toot` will execute the one you checked -out. This allows you to make changes and test them. +While the virtual env is active, you can run `./_env/bin/toot` to +execute the one you checked out. This allows you to make changes and +test them. #### Crafting good commits