Skip to content

Commit

Permalink
Clarify misleading venv docs
Browse files Browse the repository at this point in the history
On my zsh I was still getting /usr/bin/toot even in the venv.
  • Loading branch information
snan committed Sep 23, 2023
1 parent f6e4549 commit f45d572
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f45d572

Please sign in to comment.