Created
September 7, 2015 11:53
-
-
Save PyYoshi/20975fc4834f02733cfc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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