Page 1 of 1

Pip Tool (Python)

Posted: Fri Jul 26, 2024 12:18 pm
by Jasper

If you are used to using Pip to install applications, this is not as straightforward.


Re: Pip Tool (Python)

Posted: Thu Oct 10, 2024 11:55 am
by Jasper

An alternative to using Python's Pip is to try UV

uv-package-manager.png
uv-package-manager.png (69.4 KiB) Viewed 112 times

More info:

https://docs.astral.sh/uv/

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>