From: Arnav Borborah Date: Fri, 8 May 2020 14:13:57 +0000 (-0400) Subject: Include an easier way to integrate black with Pycharm (#1268) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/6695fd892f8f1a9e0d3879423bb0361e07eedd24?hp=c5f87fb4ef49a0e0e497c75dffa2260a9cc33585 Include an easier way to integrate black with Pycharm (#1268) * Include an easier way to integrate black with Pycharm --- diff --git a/README.md b/README.md index 3b5e607..5a9d6ea 100644 --- a/README.md +++ b/README.md @@ -648,6 +648,9 @@ $ where black %LocalAppData%\Programs\Python\Python36-32\Scripts\black.exe # possible location ``` +Note that if you are using a virtual environment detected by PyCharm, this is an +unneeded step. In this case the path to `black` is `$PyInterpreterDirectory$/black`. + 3. Open External tools in PyCharm/IntelliJ IDEA On macOS: