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:
parent
3fafd806b3
commit
f0a99f6402
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user