From: Ɓukasz Langa Date: Mon, 9 Apr 2018 22:09:22 +0000 (-0700) Subject: Console formatting nits X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/6f6762dba05252f49db49f9a5086d264a8c04437?ds=inline;pf=etc Console formatting nits --- diff --git a/README.md b/README.md index 5c04215..34b4aef 100644 --- a/README.md +++ b/README.md @@ -316,14 +316,16 @@ Use [proofit404/blacken](https://github.com/proofit404/blacken). 2. Locate your `black` installation folder. - $ which black # MacOS/Linux + On MacOS / Linux / BSD: + + $ which black /usr/local/bin/black # possible location - + On Windows: - $ where black # Windows + $ where black %LocalAppData%\Programs\Python\Python36-32\Scripts\black.exe # possible location - + 3. Open External tools in PyCharm with `File -> Settings -> Tools -> External Tools`. 4. Click the + icon to add a new external tool with the following values: