X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8954e58ccf620a9c797f5e6ea3c53bc1f21f14d9..a07871b9cd1b5a1469271be6aaac5766f5a0e0fc:/docs/getting_started.md diff --git a/docs/getting_started.md b/docs/getting_started.md index 1227f65..33fb2f9 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -16,8 +16,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]`. +_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 can't wait for the latest _hotness_ and want to install from GitHub, use: