Those of you who do python on windows, how would you install a python wheel? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Those of you who do python on windows, how would you install a python wheel?

I downloaded cx_Freeze from the Python index as a python wheel (.whl) but I don't know how to install it into Python

16th Aug 2017, 5:28 PM
Samuel
Samuel - avatar
1 Answer
0
import os os.system("python -m pip install -U pip") os.system("pip install wheel") os.system("cd ../") os.system("pip install cz_Freeze.whl")
7th Jul 2020, 10:48 AM
Yu Feizhan
Yu Feizhan - avatar