X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d338de7f687e90e292d949d2acd301f59fe5cdf8..a07871b9cd1b5a1469271be6aaac5766f5a0e0fc:/README.md diff --git a/README.md b/README.md index c2dd9e6..b12ddfb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ 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.7+ to run. -If you want to format Jupyter Notebooks, install with `pip install 'black[jupyter]'`. +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: