Skip to content

Commit

Permalink
Update getting_started.md
Browse files Browse the repository at this point in the history
Update necessary python version to run black in docs.
  • Loading branch information
sorxill authored Nov 25, 2024
1 parent 1b2427a commit adbda6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.8+ to run.
_Black_ can be installed by running `pip install black`. It requires Python 3.9+ to run.
If you want to format Jupyter Notebooks, install with `pip install "black[jupyter]"`.

If you use pipx, you can install Black with `pipx install black`.
Expand Down

0 comments on commit adbda6f

Please sign in to comment.