Tuesday, October 20, 2015

Setup Python on windows platform

Hello guys, today I will share how to setup and install python on windows platform. Before installation process you need to download python installer for windows platform at https://www.python.org/downloads/windows/ I recommended to download python 3 latest version.

If you already finished download, run installer by double click your python installer and follow the wizzard :-).



Until you found this page, don't forget select Add python.exe to Path  you need this to enable and insert python path on Windows Environment.


After installation process finish then we need to check python from command prompt but you need to logout and re-login to your windows system.

Open cmd and type python, you should got this python interpreter.


Type pip to check python package installer


Type easy_install --help to check other package installer method


Thanks you hope it will help.

No comments:

Post a Comment