mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Merge pull request #406 from snan/venv-docs
Clarify misleading venv docs
This commit is contained in:
commit
ec90077255
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user