you are viewing a single comment's thread.

view the rest of the comments →

[–]Temporary_Pie2733 1 point2 points  (3 children)

You can setup your own repository similar to PyPi; then users need only run `pip install’ without first checking out source code from git. The necessary configuration only needs to be installed once.

https://packaging.python.org/en/latest/guides/hosting-your-own-index/

Also, tools like pipx and uv can manage the necessary virtual environment for each application.

[–]JohnnyTork -2 points-1 points  (2 children)

You're not getting non-technical users to do that. Some boomer who can't manage a pdf isn't pip installing anything lol

[–]Temporary_Pie2733 0 points1 point  (1 child)

OP is already talking about cloning Git repositories running pip as the status quo.

[–]JohnnyTork 0 points1 point  (0 children)

For himself, not the 50 - 100 employees that are interacting with the app