psf / black

The uncompromising Python code formatter
https://black.readthedocs.io/en/stable/
MIT License
39.1k stars 2.47k forks source link

Document PyInstaller binaries #2492

Open JelleZijlstra opened 3 years ago

JelleZijlstra commented 3 years ago

The documentation doesn't say anything about our PyInstaller binaries (or if it does I can't find it). Let's fix that.

joybh98 commented 2 years ago

Is this something that is still needed, if it is i would like to take it

cooperlees commented 2 years ago

I only see https://black.readthedocs.io/en/stable/contributing/release_process.html?highlight=pyinstaller#publish-executables

Searching shows that too: https://black.readthedocs.io/en/stable/search.html?q=pyinstaller&check_keywords=yes&area=default

I guess @JelleZijlstra would like something about it as an available way to download black.

Maybe making a dedicated page for "Ways to install black" in the Usage and configuration seciton. Ths could also be linked to from the "installation" part of the "Getting Started" too.

Gettting started page: https://github.com/psf/black/blob/main/docs/getting_started.md

Today we have:

I realize this is a lot of scope creep, but maybe parts of this could be useful to take on. What are others thoughts?