Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ _Black_ can be installed by running `pip install black`. It requires Python 3.10
run. If you want to format Jupyter Notebooks, install with
`pip install "black[jupyter]"`.

If you want to run _Black_ without installing Python, download one of the
PyInstaller-built standalone executables from the
[latest GitHub release](https://github.com/psf/black/releases/latest).

### Usage

To get started right away with sensible defaults:
Expand Down
4 changes: 4 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ If you want to format Jupyter Notebooks, install with `pip install "black[jupyte
See the [Jupyter Notebooks guide](./guides/using_black_with_jupyter_notebooks.md) for
more details.

If you want to run _Black_ without installing Python, download one of the
PyInstaller-built standalone executables from the
[latest GitHub release](https://github.com/psf/black/releases/latest).

If you can't wait for the latest _hotness_ and want to install from GitHub, use:

`pip install git+https://github.com/psf/black`
Expand Down
Loading