From 9a8ecb2a0769e2367cfb67e62aa1ac69fc6b7768 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 31 Jul 2019 16:40:17 -0700 Subject: [PATCH] Add note about venv --- website/blog/2019-07-31-black.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2019-07-31-black.md b/website/blog/2019-07-31-black.md index 5a57d4d6..c5e4242a 100644 --- a/website/blog/2019-07-31-black.md +++ b/website/blog/2019-07-31-black.md @@ -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