mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-18 19:05:57 +00:00
459 B
459 B
install-python-packages
Install Python libraries (not tools — those are managed by mise).
Usage
scripts/install-python-packages.sh
What it does
- Checks that
uvis available; if missing, installs it via the official installer. - Installs each library from the inline
librariesarray usinguv pip install --system --upgrade.
To add or remove packages, edit the libraries array in scripts/install-python-packages.sh.