-
Notifications
You must be signed in to change notification settings - Fork 13
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
Give an example for an application from the Python Package Index #7
Comments
Another nice one for which an example would be great is https://github.com/trufont/trufont. |
You're right, this information is missing right now in the README. For now, here's some info:
|
Thanks for the pointers. Can you add an example please, assuming that the main payload application shall be fetched from the PyPiI servers. |
I think this serves the purpose. Thank you. |
Thinking on how this could be documented in the best way. I guess it's all about putting examples in the README. |
For now, something like https://github.com/probonopd/linuxdeployqt#projects-using-linuxdeployqt would be better than nothing. Do you want me to add some examples there? |
Please feel free to do so. Writing a little guide right now. |
The README.md currently shows an example of how to use linuxdeploy-plugin-conda for an application that is "in" Conda, using
export CONDA_CHANNELS=freecad CONDA_PACKAGES=freecad
.However, not all applications are "in" Conda. I think they can still be installed using
pip
if they are "in" the Python Package Index (PyPI). Python should be taken from (Mini)conda and the application from PyPI in this case.Can you please give an example of how to use linuxdeploy-plugin-conda to produce an AppImage of, say, https://pypi.org/project/galacteek/?
Reference:
pinnaculum/galacteek#1 (comment)
The text was updated successfully, but these errors were encountered: