From 24da15d6d8520266e2a2b84b3041153f66acddda Mon Sep 17 00:00:00 2001 From: felix-hilden Date: Tue, 21 Dec 2021 18:31:31 +0200 Subject: [PATCH 1/3] Update contributing wording --- docs/contributing/the_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/the_basics.md b/docs/contributing/the_basics.md index d9df0ea30c4..78da8ba364d 100644 --- a/docs/contributing/the_basics.md +++ b/docs/contributing/the_basics.md @@ -7,7 +7,7 @@ An overview on contributing to the _Black_ project. Development on the latest version of Python is preferred. As of this writing it's 3.9. You can use any operating system. -Install all development dependencies using: +Install development dependencies inside a virtual environment of your choice: ```console $ python3 -m venv .venv From f97bfed61c858c6c0013c04c0f579b895ab56cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Hild=C3=A9n?= Date: Tue, 21 Dec 2021 20:27:49 +0200 Subject: [PATCH 2/3] Update docs/contributing/the_basics.md Co-authored-by: Jelle Zijlstra --- docs/contributing/the_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/the_basics.md b/docs/contributing/the_basics.md index 78da8ba364d..292e0ed579d 100644 --- a/docs/contributing/the_basics.md +++ b/docs/contributing/the_basics.md @@ -7,7 +7,7 @@ An overview on contributing to the _Black_ project. Development on the latest version of Python is preferred. As of this writing it's 3.9. You can use any operating system. -Install development dependencies inside a virtual environment of your choice: +Install development dependencies inside a virtual environment of your choice, for example: ```console $ python3 -m venv .venv From 96025bb44074597554fa92aba678cfa68a417f7b Mon Sep 17 00:00:00 2001 From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Tue, 21 Dec 2021 13:34:02 -0500 Subject: [PATCH 3/3] hello prettier! --- docs/contributing/the_basics.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/contributing/the_basics.md b/docs/contributing/the_basics.md index 292e0ed579d..9a639731073 100644 --- a/docs/contributing/the_basics.md +++ b/docs/contributing/the_basics.md @@ -7,7 +7,8 @@ An overview on contributing to the _Black_ project. Development on the latest version of Python is preferred. As of this writing it's 3.9. You can use any operating system. -Install development dependencies inside a virtual environment of your choice, for example: +Install development dependencies inside a virtual environment of your choice, for +example: ```console $ python3 -m venv .venv