Skip to content

Instantly share code, notes, and snippets.

@dl6nm
Last active February 20, 2019 14:55
Show Gist options
  • Save dl6nm/df3242e2e75e9bdf31b5b0dec165f63b to your computer and use it in GitHub Desktop.
Save dl6nm/df3242e2e75e9bdf31b5b0dec165f63b to your computer and use it in GitHub Desktop.
Install cx_Freeze from github repository
# install cx_Freeze from github repository due to a bug with pip install (01/2019)
pip install --upgrade git+https://github.com/anthony-tuininga/cx_Freeze.git@master
git+https://github.com/anthony-tuininga/cx_Freeze.git@master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment