https://github.com/thegamecracks/python-rtmidi-wheels
A repository hosting prebuilt wheels for python-rtmidi
https://github.com/thegamecracks/python-rtmidi-wheels
pypi python rtmidi
Last synced: 15 days ago
JSON representation
A repository hosting prebuilt wheels for python-rtmidi
- Host: GitHub
- URL: https://github.com/thegamecracks/python-rtmidi-wheels
- Owner: thegamecracks
- Created: 2022-12-10T01:47:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T15:11:18.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T16:50:51.419Z (over 1 year ago)
- Topics: pypi, python, rtmidi
- Homepage: https://thegamecracks.github.io/python-rtmidi-wheels/
- Size: 13.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-rtmidi-wheels
## Notice
This repository has been deprecated with the release of [python-rtmidi][1]
1.5.0-1.5.4 which has introduced 3.10/3.11 wheels to the original package,
additionally with Linux and Apple Silicon wheels! 🎉
## Description
A repository hosting CPython prebuilt wheels for the [python-rtmidi][1] package.
Only python-rtmidi 1.4.9 wheels are available at this time.
When installing python-rtmidi with pip, the [`--find-links`][2] parameter
can be used to append this repository's wheel in the index. For example:
```sh
pip install --find-links https://thegamecracks.github.io/python-rtmidi-wheels/ python-rtmidi
```
This is only necessary when installing for CPython 3.10 or 3.11, as
wheels already exist on PyPI for older versions. Once the original
package releases 3.10/3.11 wheels, this project will be deprecated.
Credits to [liudonghua123's fork][3] for building 3.10 and 3.11 wheels
that were currently missing from the PyPI release of python-rtmidi.
This repository was made to make it easier to install `python-rtmidi`
on CPython 3.10 and 3.11 via pip, rather than manually downloading the
wheels from their release page.
[1]: https://pypi.org/project/python-rtmidi/
[2]:https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-f
[3]: https://github.com/liudonghua123/python-rtmidi