From: Sam Ezeh Date: Mon, 11 Apr 2022 22:10:46 +0000 (+0100) Subject: Quote "black[jupyter]" in README.md (#3007) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/40053b522ebe8f33328c1c7e29780fc37d17911e?ds=inline;pf=etc Quote "black[jupyter]" in README.md (#3007) --- 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: