mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-19 23:06:33 +00:00
feat: migrate to mise for unified tool management (#309)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# install-python-packages
|
||||
|
||||
Install Python packages defined in the script using `uv`.
|
||||
Install Python **libraries** (not tools — those are managed by mise).
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -10,9 +10,7 @@ scripts/install-python-packages.sh
|
||||
|
||||
## What it does
|
||||
|
||||
1. Checks that `uv` is available; if missing, installs it via the official installer.
|
||||
2. Installs each CLI tool from the inline `tools` array using `uv tool install --upgrade`.
|
||||
3. Installs each library from the inline `libraries` array using `uv pip install --system --upgrade`.
|
||||
4. Upgrades all uv-managed tools with `uv tool upgrade --all`.
|
||||
1. Checks that `uv` is available; if missing, exits with an error (install `uv` via mise first).
|
||||
2. Installs each library from the inline `libraries` array using `uv pip install --system --upgrade`.
|
||||
|
||||
To add or remove packages, edit the `tools` or `libraries` arrays in `scripts/install-python-packages.sh`.
|
||||
To add or remove packages, edit the `libraries` array in `scripts/install-python-packages.sh`.
|
||||
|
||||
Reference in New Issue
Block a user