Clarify misleading venv docs

On my zsh I was still getting /usr/bin/toot even in the venv.
pull/406/head
Sandra Snan 2023-09-23 17:58:07 +02:00
rodzic f6e454956b
commit f45d5726ba
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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