Introduction
This is one of a series of posts where I document software configurations for personal reference. This post documents the configurations for Pycharm.
Installation
Pycharm community edition is available as a snap package on Ubuntu, which can be installed using the following command:
sudo snap install pycharm-community --classic
Configuration
Follow these steps:
- Download this configuration file.
- Open Pycharm and click “File” -> “Import Settings”.
- Choose the downloaded file.
- Select components to import (select all by default).