Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 770 Bytes

SETUP_PyCharm.md

File metadata and controls

25 lines (14 loc) · 770 Bytes

Developing PySide6 with Jetbrains PyCharm

  • Download and install PyCharm Community
  • Start PyCharm and open pyside6-getting-started:

PyCharm open

  • Click Ok to setup virtual environment:

PyCharm open

  • To configure the Python environment manually, go to File | Settings | Project | Python Interpreter:

PyCharm open

  • Wait until progress bar on the bottom is completed.

  • Open a Python file from the Project tab and set a breakpoint and click the debug icon:

PyCharm open

  • Use the F9..F11 keys to step through the code:

PyCharm open