Updated installation instructions for all skills to always use uv pip install

This commit is contained in:
Timothy Kassis
2025-11-16 15:34:52 -08:00
parent d94f21c51f
commit 2fc3e6a88e
82 changed files with 179 additions and 290 deletions

View File

@@ -13,13 +13,13 @@ This skill provides comprehensive guidance for machine learning tasks using scik
```bash
# Install scikit-learn using uv
uv pip install scikit-learn
uv uv pip install scikit-learn
# Optional: Install visualization dependencies
uv pip install matplotlib seaborn
uv uv pip install matplotlib seaborn
# Commonly used with
uv pip install pandas numpy
uv uv pip install pandas numpy
```
## When to Use This Skill