Pip Tool (Python)
Posted: Fri Jul 26, 2024 12:18 pm
If you are used to using Pip to install applications, this is not as straightforward.
Discussion, talk and tips
https://forum.puppylinux.com/
If you are used to using Pip to install applications, this is not as straightforward.
An alternative to using Python's Pip is to try UV
More info:
https://docs.astral.sh/uv/#python-management
To install and add it to BASH
vpm i uv
then
uv tool update-shell
to install a package
uv tool install <package name>