From 6f6762dba05252f49db49f9a5086d264a8c04437 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Langa?= Date: Mon, 9 Apr 2018 15:09:22 -0700 Subject: [PATCH] Console formatting nits --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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: -- 2.39.2