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:
https://github.com/eversum/galacteek/issues/1#issuecomment-450564424
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
pipif 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:
https://github.com/eversum/galacteek/issues/1#issuecomment-450564424