Skip to content

Instantly share code, notes, and snippets.

@BrianHicks
Created May 6, 2014 13:10
Show Gist options
  • Save BrianHicks/4697eeaa682da2bedaa5 to your computer and use it in GitHub Desktop.
Save BrianHicks/4697eeaa682da2bedaa5 to your computer and use it in GitHub Desktop.
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