Skip to content

Commit 40053b5

Browse files
authored
Quote "black[jupyter]" in README.md (#3007)
1 parent abdc31c commit 40053b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Try it out now using the [Black Playground](https://black.vercel.app). Watch the
3939
### Installation
4040

4141
_Black_ can be installed by running `pip install black`. It requires Python 3.6.2+ to
42-
run. If you want to format Jupyter Notebooks, install with `pip install black[jupyter]`.
42+
run. If you want to format Jupyter Notebooks, install with
43+
`pip install 'black[jupyter]'`.
4344

4445
If you can't wait for the latest _hotness_ and want to install from GitHub, use:
4546

0 commit comments

Comments
 (0)