Created
May 6, 2014 13:10
-
-
Save BrianHicks/4697eeaa682da2bedaa5 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
alias wheel_add="pip wheel --wheel-dir=$HOME/wheelhouse" | |
alias wheel_install="pip install --use-wheel --no-index --find-links=$HOME/wheelhouse" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment