Update contributing wording (#2719)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
This commit is contained in:
Felix Hildén 2021-12-21 20:43:10 +02:00 committed by GitHub
parent 3fafd806b3
commit f0a99f6402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. Development on the latest version of Python is preferred. As of this writing it's 3.9.
You can use any operating system. You can use any operating system.
Install all development dependencies using: Install development dependencies inside a virtual environment of your choice, for
example:
```console ```console
$ python3 -m venv .venv $ python3 -m venv .venv