Console formatting nits

This commit is contained in:
Łukasz Langa 2018-04-09 15:09:22 -07:00
parent ecdbf085a7
commit 6f6762dba0

View File

@ -316,12 +316,14 @@ 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`.