-
Notifications
You must be signed in to change notification settings - Fork 256
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
installation documentation could be refreshed #695
Comments
Agree. People can get confused about all that stuff. (I mean, building from source is something we should document, but like the I guess the new structure could be something like this:
|
Seems reasonable. Was wondering about separating installation to another page tbh, but if it's clear that it's not normally needed, then it's already an improvement. |
cmacdonald
added a commit
to cmacdonald/pyjnius
that referenced
this issue
Nov 20, 2023
misl6
added a commit
that referenced
this issue
Nov 24, 2023
* documentation changes for #695 * addressing review comments, and a clarification in packaging * Update docs/source/installation.rst Co-authored-by: Mirko Galimberti <[email protected]> * addressing feedback * fix Java location * much simplified building instructions * addressed comments --------- Co-authored-by: Mirko Galimberti <[email protected]>
Fixed via #700 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://pyjnius.readthedocs.io/en/latest/installation.html talks a lot about installing Cython etc, which isnt really necessary. You can pip install the binaries. That content should move to a building page, and make the installation much easier.
The text was updated successfully, but these errors were encountered: