Add note about venv

This commit is contained in:
Paulus Schoutsen 2019-07-31 16:40:17 -07:00
parent fda4cd65ca
commit 9a8ecb2a07

View File

@ -12,7 +12,7 @@ As part of adopting Black, all style checks in flake8 and pylint have been disab
To make sure that all files are Black when you commit your changes, we are using [`pre-commit`](https://pre-commit.com/). The hook is automatically installed for new dev environments (as part of `script/setup`).
If you have an existing developer installation, please run:
If you have an existing developer installation, please run inside your virtual environment:
```
pip install pre-commit