Skip to content

Commit 6325332

Browse files
Document standalone release executables (#5162)
1 parent 00cd1e4 commit 6325332

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ _Black_ can be installed by running `pip install black`. It requires Python 3.10
4242
run. If you want to format Jupyter Notebooks, install with
4343
`pip install "black[jupyter]"`.
4444

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

4751
To get started right away with sensible defaults:

docs/getting_started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ If you want to format Jupyter Notebooks, install with `pip install "black[jupyte
2929
See the [Jupyter Notebooks guide](./guides/using_black_with_jupyter_notebooks.md) for
3030
more details.
3131

32+
If you want to run _Black_ without installing Python, download one of the
33+
PyInstaller-built standalone executables from the
34+
[latest GitHub release](https://github.com/psf/black/releases/latest).
35+
3236
If you can't wait for the latest _hotness_ and want to install from GitHub, use:
3337

3438
`pip install git+https://github.com/psf/black`

0 commit comments

Comments
 (0)