Python and PyCharm Installation PDF
Python and PyCharm Installation PDF
Step 2:
After the file is downloaded, double click the executable (.exe) file
Step 3:
Click on “Run “
Step 4:
Step 5:
Click on Start Menu and type CMD. Then choose the first option “cmd.exe”
Step 7
Type “where python” without quotations and click enter. If the installation is successful, the path where python Is
installed will be shown
Installing PyCharm
Step 1
Step 2
Step 3
Click on Run
Step 4
Click Next
Step 5
Click Next
Step 6
Check the type of your Operating System and check the .py box. Check the “Download and install JRE x86
by JetBrains” and Click Next
Step 7
Click on Install
Step 8
Step 9
Step 11
Step 13
Step 15
Right click on your Project, click on new and then click on Python File
Step 16
Step 17
Before running the program, we should setup virtual environment and base interpreter for the python
program.
Press “CTRL+ALT+S” and then click on the settings icon on the top right corner
Step 19
Click on Add
Step 20
In the left hand menu choose “Virtual Environment” and on the right side you can either choose existing
environment or a new one. Make sure that the path is right for base interpreter click on OK. You can make
this interpreter available to all projects
Step 21
Click on Run from the top menu and then choose the first program
Step 22