-
Notifications
You must be signed in to change notification settings - Fork 1
Install PyCharm IDE
Bao Chau edited this page Dec 21, 2017
·
1 revision
PyCharm is a great IDE to develop and run Python code for beginners. In this guide, we will walk through how to install PyCharm IDE on Windows.
Head to https://www.jetbrains.com/pycharm/download and download the Community
version (You can use Professional
edition if you have an .edu email).
- Go to
Downloads
folder and double click on thepycharm-community-2017.3.1.exe
file to begin installing. - PyCharm installation will be opened.
- Follow the instructions. You should tick on the box
Download and install JRE x86 by JetBrains
and because we need this to run PyCharm. You should also tick onCreate Desktop Shortcut: 64-bit launcher
to create a shortcut. After that, PyCharm will be installed.
After PyCharm has been installed successfully, you can run it by double clicking on the shortcut and start programming in Python.