Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 890 Bytes

InstallPyCharm.md

File metadata and controls

22 lines (15 loc) · 890 Bytes

#Install PyCharm We will use Jetbrains PyCharm for this workshop.

###Instructions:

  1. Download the latest version from official site https://www.jetbrains.com/pycharm/

  2. If you use Windows or Mac, use this instruction to install https://www.jetbrains.com/pycharm-edu/quickstart/installation.html

  3. If you use ubuntu, follow the instructions below:

  • To add the PPA, open terminal from the Dash, Launcher, or via Ctrl+Alt+T shortcut keys. When it opens, run command:
sudo add-apt-repository ppa:mystic-mirage/pycharm
  • After adding the PPA, update system package cache and install the IDE via Synaptic Package Manager. Or just run below commands one by one in terminal:
sudo apt-get update

sudo apt-get install pycharm