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
Related resourceHow To Install Visual Studio CodeLearn how to install Visual Studio Code.

