X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/96e62c57e3023977de177a8ba34678007a63f1fe..16b98abca94343770aad561ea659380c97d473b4:/docs/getting_started.md diff --git a/docs/getting_started.md b/docs/getting_started.md index 1825f3b..33fb2f9 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -17,7 +17,7 @@ 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.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: