Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singingwolfboy/python-wheelhouse
https://github.com/singingwolfboy/python-wheelhouse
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/singingwolfboy/python-wheelhouse
- Owner: singingwolfboy
- Created: 2015-03-26T00:19:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T15:34:46.000Z (over 9 years ago)
- Last Synced: 2024-10-14T20:37:31.092Z (3 months ago)
- Homepage: https://singingwolfboy.github.io/python-wheelhouse/
- Size: 26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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/