Micromelon Robotics
Platform
Resources
NewsAbout UsDownload
Support
Build Your Kit

Stay in the loop

New activities, teaching guides, and product updates delivered to your inbox.

Micromelon Robotics

Australian-made educational robotics for the next generation of innovators.

contact@micromelon.com.au

Company

  • About Us
  • Privacy Policy
  • Terms and Conditions

Products

  • Micromelon Rover
  • Code Editor
  • Robot Simulator
  • Junior
  • Python Library

Support

  • Resources
  • News
  • Rover Repairs
  • Contact
  • Build Your Kit

© 2026 Micromelon Robotics Pty Ltd. All rights reserved.

ABN 56 623 302 296

← Back to Resources
Advanced Guides

How To Install PyCharm

3 August 2022

How To Install PyCharm

PyCharm is a Python-specific IDE, it’s built to edit and run Python scripts. This guide walks through downloading, installing, and setting up PyCharm with the Micromelon Python module.

1Download PyCharm
  • Go to the JetBrains download page: https://www.jetbrains.com/pycharm/download/
  • Select the tab for your operating system (Windows, macOS, or Linux).
  • Download the Community edition: it is free and built on open-source.
2Configure Installation Options
  • Double-click on the installer once the file has finished downloading.
  • Keep clicking "Next" until you reach the "Installation Options" screen.
  • Tick Add "bin" folder to the PATH under "Update PATH Variable".
  • Tick .py under "Create Associations" so Python files open in PyCharm by default.
  • Click "Next", then "Install".
3Create a New Project
  • Once PyCharm has been installed, open the application.
  • You will be greeted with the "Welcome to PyCharm" screen.
  • Click the New Project button to start setting up your project.
4Set the Project Location
  • In the "New Project" window, set the save location for your project. Choose a folder somewhere you can find it later.
  • PyCharm will automatically configure a Python interpreter for you. If Python is not installed, it will download and install it.
  • Click the Create button to create your project.
5Open the Code Editor
  • PyCharm will install Python if it hasn't already been installed and open the code editor.
  • You should see a sample Python script with some starter code.
6Install the Micromelon Module
  • Click on View in the top menu bar, then Tool Windows, then Python Packages.
  • A new panel will open at the bottom of the window.
  • Type micromelon in the search bar and click on the result.
  • Click the Install button to install the Micromelon Python module.
  • Once installed, click the - button above the install button to close the packages panel.

You're Done!

You’ve completed all the steps required to set up PyCharm to use Python and the Micromelon Python module. Follow the guide below to make your first Rover program.

Continue Learning

Getting Setup with the Micromelon Python ModuleRelated resourceGetting Setup with the Micromelon Python ModuleLearn how to start programming the Rover with Python!

How To Install Visual Studio CodeRelated resourceHow To Install Visual Studio CodeLearn how to install Visual Studio Code.

← Return to Resources