-
Notifications
You must be signed in to change notification settings - Fork 1.5k
README and getting started updates #72
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
Conversation
on my no too old installation:
|
@msaroufim thank you so much for the PR! It's conflicting with the latest changes added in the meantime. Do you mind merging main and fixing the conflicts? |
@fpliger done! Thank you for the quick review |
GETTING-STARTED.md
Outdated
</py-env> | ||
``` | ||
|
||
If your `.whl` is not a pure Python wheel then open a PR or issue with [pyodide](https://github.com/pyodide/pyodide) to get it added here https://github.com/pyodide/pyodide/tree/main/packages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's OK. We are trying to make this easier but for now, that's indeed what one has to do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opening a PR or issue on the Pyodide issue tracker is good advice. It might be worth commenting that if there is popular demand from 3+ different users the Pyodide team is likely to work on porting the package, if we haven't received that much interest yet you will have to write your own PR. In any case, things will be faster if you work on a PR. We like to collaborate with newcomers on ports (we may provide advice, help you if you get stuck, and or step in and work on it ourselves if it turns out it's hard in an interesting way).
Our build system has improved quite a lot but there are still a few warts that need to be ironed out. The biggest thing is sysconfig, but cross builds are hard and distutils does not support them well.
We are also working towards out of tree builds but unfortunately they aren't ready yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just clarified the language in the PR. @fpliger this should be ready to merge now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the PR and the patience @msaroufim !
Thank you for such an amazing library, made some minor fixes after going through the library today to clarify