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 · 1 comment
Open

Pip package #38

adhikjoshi opened this issue Nov 28, 2024 · 1 comment

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.

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

No branches or pull requests

2 participants