Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singingwolfboy/python-wheelhouse


https://github.com/singingwolfboy/python-wheelhouse

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

python-wheelhouse
=================

Personal collection of `Python wheels`_, hosted on `Github Pages`_.

Adding Wheels
-------------

#. Grab the source code for the Python module you want to make a wheel for.
#. Run ``python setup.py bdist_wheel``. The wheel file should end up
in the ``dist`` directory.
#. Make a pull request to ``gh-pages`` branch of this repo.

Using Wheels
------------
To use wheels from this wheelhouse, just pass a
``--find-links=https://singingwolfboy.github.io/python-wheelhouse/``
parameter to your ``pip install`` command.

.. _Python wheels: http://wheel.readthedocs.org/en/latest/
.. _Github Pages: https://pages.github.com/