#Install PyCharm We will use Jetbrains PyCharm for this workshop.
###Instructions:
-
Download the latest version from official site https://www.jetbrains.com/pycharm/
-
If you use Windows or Mac, use this instruction to install https://www.jetbrains.com/pycharm-edu/quickstart/installation.html
-
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