From 40053b522ebe8f33328c1c7e29780fc37d17911e Mon Sep 17 00:00:00 2001 From: Sam Ezeh Date: Mon, 11 Apr 2022 23:10:46 +0100 Subject: [PATCH] Quote "black[jupyter]" in README.md (#3007) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b71ba7..1ffa7ef 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ Try it out now using the [Black Playground](https://black.vercel.app). Watch the ### Installation _Black_ can be installed by running `pip install black`. It requires Python 3.6.2+ to -run. If you want to format Jupyter Notebooks, install with `pip install black[jupyter]`. +run. If you want to format Jupyter Notebooks, install with +`pip install 'black[jupyter]'`. If you can't wait for the latest _hotness_ and want to install from GitHub, use: -- 2.39.5