develop #11

Merged
elmau merged 13 commits from AmourSpirit/zaz-pip:develop into develop 2023-10-29 16:51:45 -06:00
Contributor

I learned from building Python LibreOffice Pip Extension Template how to get everything working for PIP cross platform.

This fix is to get extension working in AppImage.

To get working in FlatPak will take more work.
FlatPak does not allow pip install via get-pip.py; However, it does let you exreact a wheel (zip) file of pip.

This is how I solved Flatpak in my exension.
I installed pip from wheel and then I call pip install --upgrade pip to update the wheel version to the latest version.

I learned from building [Python LibreOffice Pip Extension Template](https://github.com/Amourspirit/python-libreoffice-pip) how to get everything working for PIP cross platform. This fix is to get extension working in AppImage. To get working in FlatPak will take more work. FlatPak does not allow pip install via `get-pip.py`; However, it does let you exreact a wheel (zip) file of pip. This is how I solved Flatpak in my exension. I installed pip from wheel and then I call `pip install --upgrade pip` to update the wheel version to the latest version.
AmourSpirit added 13 commits 2023-10-19 17:17:09 -06:00
elmau approved these changes 2023-10-29 16:50:56 -06:00
elmau left a comment
Owner

Thanks...

Thanks...
elmau merged commit 90aa12adf2 into develop 2023-10-29 16:51:45 -06:00
AmourSpirit deleted branch develop 2023-10-31 09:58:26 -06:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: elmau/zaz-pip#11
No description provided.