Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip package #38

Open
adhikjoshi opened this issue Nov 28, 2024 · 3 comments
Open

Pip package #38

adhikjoshi opened this issue Nov 28, 2024 · 3 comments
Labels

Comments

@adhikjoshi
Copy link

First we need to build package then use it,

This is slow lot's of times,

Is there way to have wheels ready to install?

@xmfbit
Copy link

xmfbit commented Nov 29, 2024

@adhikjoshi python setup.py bdist_wheel and you can get the wheel package, which you can distribute to others without re-build.

@mityarko
Copy link

Could someone share the prebuilt wheel package?

@lmxyy lmxyy added the enhancement New feature or request label Jan 16, 2025
@lmxyy
Copy link
Collaborator

lmxyy commented Mar 5, 2025

We've already released prebuilt wheels for Linux. Check out the installation guide for details. Windows wheels are currently in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants