Skip to content

Installing PyCharm on macOS

Follow these steps to install PyCharm on your Mac.


1. Download PyCharm


2. Open the Installer

  • Once the .dmg file is downloaded, double-click it.
  • A window will open showing the PyCharm icon and the Applications folder.

3. Move to Applications

  • Drag the PyCharm icon into the Applications folder.
  • This installs PyCharm on your Mac.

4. Launch PyCharm

  • Open Finder → Applications.
  • Double-click PyCharm to start it.
  • The first time you open it, macOS may ask for confirmation — click Open.

5. First-Time Setup

  • Accept the license agreement.
  • Choose a theme (Light or Dark).
  • That’s it! You’re ready to create your first Python project.

✅ Summary

  1. Download PyCharm (Community Edition).
  2. Drag it into Applications.
  3. Open PyCharm and set it up.

Now you’re ready to start coding in Python on your Mac 🎉