Run PyCharm for the first time
You can use the Toolbox App to run any JetBrains product. In case of a standalone installation, running PyCharm depends on the operating system:
To run PyCharm, find it in the Windows Start menu or use the desktop shortcut. You can also run the launcher batch script or executable in the installation directory under bin.
Run the PyCharm app from the Applications directory, Launchpad, or Spotlight.
Run the pycharm.sh shell script in the installation directory under bin. You can also use the desktop shortcut if it was created during installation.
For more information about running PyCharm from the command line, refer to Command-line interface.
Once you launch PyCharm, you will see the Welcome screen, the starting point to your work with the IDE, and configuring its settings. This screen also appears when you close all opened projects. Use the tabs on the left side to switch to the specific welcome dialog.
![Welcome screen Welcome screen](https://resources.jetbrains.com/help/img/idea/2023.2/py_welcomeScreen.png)
Click Customize and select another color theme or select the Sync with OS checkbox to use your system default theme. Here you can also configure accessibility settings or select another keymap.
note
Try the new PyCharm user interface.
![Select the UI theme Select the UI theme](https://resources.jetbrains.com/help/img/idea/2023.2/py_set_UI_theme.png)
Click Customize and select Import Settings if you already have a copy of the required settings that you want to apply.
Alternatively, click All settings to open the settings dialog. The settings that you modify at this moment will become the new default configuration for your projects and the IDE.
![Configuring new default settings for projects Configuring new default settings for projects](https://resources.jetbrains.com/help/img/idea/2023.2/py_welcome-screen-settings.png)
Click Plugins in the left pane and download and install additional plugins from JetBrains Marketplace.
![Install additional plugins Install additional plugins](https://resources.jetbrains.com/help/img/idea/2023.2/py_set_featured_plugins.png)
Click Learn to get more familiar with the shortcuts, features, and workflows that the IDE has to offer. For more information, refer to Learn IDE features.
![Start Learning Start Learning](https://resources.jetbrains.com/help/img/idea/2023.2/py_features_trainer_before_you_start_plugin_enabled.png)
Click Remote Development to configure an entry point to connect to a remote server and code, run, debug, and deploy your projects remotely. For more information, refer to Connect to a remote server from PyCharm.
![Configuring remote development settings on Welcome screen Configuring remote development settings on Welcome screen](https://resources.jetbrains.com/help/img/idea/2023.2/py_develop-remotely-welcome-screen.png)
From the Welcome to PyCharm dialog, you can do the following:
![Welcome screen Welcome screen](https://resources.jetbrains.com/help/img/idea/2023.2/py_welcomeScreen.png)
Thanks for your feedback!