Skip to content

Instantly share code, notes, and snippets.

@daniellawrence
Last active December 20, 2015 04:28
Show Gist options
  • Save daniellawrence/6070962 to your computer and use it in GitHub Desktop.
Save daniellawrence/6070962 to your computer and use it in GitHub Desktop.
Python wheel

Requirements (new pip and wheel)

$ pip install -U pip
$ pip install -U wheel

Testing ( you have pip 1.4 )

$ pip -V
pip 1.4 from .....

Building

$ python setup.py bdist_wheel
$ ls dists/*

Building and uploading

$ python setup.py bdist_wheel upload

Building and uploading ( to local repo)

$ python setup.py bdist_wheel upload -r local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment