diff --git a/src/editor-setup.md b/src/editor-setup.md index 7d7530d..e1cb5c4 100644 --- a/src/editor-setup.md +++ b/src/editor-setup.md @@ -32,7 +32,7 @@ PyCharm, click on Python Console in the bottom left and type the following in: import subprocess subprocess.check_call(["pip3", "install", "--upgrade", "pip"]) -subprocess.check_call(["pip3", "install", "mypy", "aqt[qt6]"]) +subprocess.check_call(["pip3", "install", "mypy", "aqt"]) ``` Hit enter and wait. Once it completes, you should now have code completion.