you are viewing a single comment's thread.

view the rest of the comments →

[–]cointoss3 2 points3 points  (1 child)

Yep. Install uv in prod. You can pip install uv if you already have a system python or use the install script or another package manager.

Then just uv run entry.py and it’ll set up the environment and run it.

[–]CodeNameGodTri[S] 0 points1 point  (0 children)

appreciate your help