Setting up Pycharm

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:

  1. Download this configuration file.
  2. Open Pycharm and click “File” -> “Import Settings”.
  3. Choose the downloaded file.
  4. Select components to import (select all by default).

Related

Next
Previous
comments powered by Disqus