From 6695fd892f8f1a9e0d3879423bb0361e07eedd24 Mon Sep 17 00:00:00 2001 From: Arnav Borborah Date: Fri, 8 May 2020 10:13:57 -0400 Subject: [PATCH 1/1] Include an easier way to integrate black with Pycharm (#1268) * Include an easier way to integrate black with Pycharm --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.39.2