1 Answer
New AnswerI downloaded cx_Freeze from the Python index as a python wheel (.whl) but I don't know how to install it into Python
8/16/2017 5:28:03 PM
Samuel1 Answer
New Answerimport os os.system("python -m pip install -U pip") os.system("pip install wheel") os.system("cd ../") os.system("pip install cz_Freeze.whl")
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message