We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdc31c commit 40053b5Copy full SHA for 40053b5
README.md
@@ -39,7 +39,8 @@ Try it out now using the [Black Playground](https://black.vercel.app). Watch the
39
### Installation
40
41
_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]`.
+run. If you want to format Jupyter Notebooks, install with
43
+`pip install 'black[jupyter]'`.
44
45
If you can't wait for the latest _hotness_ and want to install from GitHub, use:
46
0 commit comments