Steps to Follow to install Python3
Step 1: Search google “python download” then select first link.
after clicking the first link you will directed to python official website like below screen.Step 2: Download Python Executable Installer(download python 3.9.6).
Step 3: After download,Run Executable python exe file (python-3.9.6-amd64.exe).It will display screen like below.
Confirm 2 checkbox are chosen, then click install now. Then it will Install Now and display successful messageStep 4: Verify Python Was Installed On Windows.Open command prompt type python
If you got this screen python was successfully installed.
Step 5: Verify Pip Was Installed.this is useful for installing other python Library(Numpy,Scipy) now your installed python3 successfully,Is ready to develop python code.
0 Comments