Skip to content

Instantly share code, notes, and snippets.

@PyYoshi
Created September 7, 2015 11:53
Show Gist options
  • Save PyYoshi/20975fc4834f02733cfc to your computer and use it in GitHub Desktop.
Save PyYoshi/20975fc4834f02733cfc to your computer and use it in GitHub Desktop.
py -3.4-32 -m pip install -U pip cython wheel
py -3.4-x64 -m pip install -U pip cython wheel
py -2.7-32 -m pip install -U pip cython wheel
py -2.7-x64 -m pip install -U pip cython wheel
py -3.4-32 setup.py bdist_wheel
py -3.4-x64 setup.py bdist_wheel
py -2.7-32 setup.py bdist_wheel
py -2.7-x64 setup.py bdist_wheel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment