hanzala123 / arch2appimage

This is a python script that downloads Arch Linux packages (Official/Chaotic AUR) and converts to an AppImage executable
GNU General Public License v3.0
339 stars 11 forks source link

Improve installation method #10

Open imbev opened 1 year ago

imbev commented 1 year ago

The current installation method is to clone the repo then install via requirements.txt . For users who are unaware of Python venvs, this can cause problems with other Python programs.

imbev commented 1 year ago

If #11 , is approved, installation can further be improved through uploading to pypi.org

xenongee commented 1 year ago

Can implement this tool in AppImage?

imbev commented 1 year ago

Can you elaborate?

xenongee commented 1 year ago

I meant to pack arch2appimage directly into the AppImage itself

imbev commented 1 year ago

Yes, you can pack poetry into an Appimage.