Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Created July 17, 2014 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c0ldlimit/a3a89410eabf1e2bb169 to your computer and use it in GitHub Desktop.
Save c0ldlimit/a3a89410eabf1e2bb169 to your computer and use it in GitHub Desktop.
#python installing exe in windows
# http://www.lfd.uci.edu/~gohlke/pythonlibs/
pip install wheel
wheel convert INSTALLER.EXE
pip install NEW_FILE_CREATED_IN_LAST_STEP.whl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment