Pages

Friday, September 4, 2015

How to install .whl extention package in Python

How to install .whl extention package in Python

hello friends today i'm going to teach you how to install python modules in .whl extension
its easy first go to command prompt (use can press windows key and type cmd in start menu)
after that chage your directory to where you have that .whl file actually .whl extension refer to wheel .
you can use cd command to change directory in command prompt
i have my kivy.whl file in drive D so i have to change my drive using cd  or D: command
after that type pip install yourwhlfilename and extension
then enter.
then it will install that module for you







No comments:

Post a Comment