X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/911b59fb4f39a612f0c9e5350b78d7b37f5ed491..96bd428524763fc443ac1729e7254ccbe872d5ca:/docs/getting_started.md?ds=inline diff --git a/docs/getting_started.md b/docs/getting_started.md index 1227f65..fca9609 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -17,7 +17,8 @@ Also, you can try out _Black_ online for minimal fuss on 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: