mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-01-26 16:58:56 +08:00
Updated installation instructions for all skills to always use uv pip install
This commit is contained in:
@@ -185,10 +185,10 @@ Robust statistical functions including sigma clipping and outlier rejection.
|
||||
|
||||
```bash
|
||||
# Install astropy
|
||||
pip install astropy
|
||||
uv pip install astropy
|
||||
|
||||
# With optional dependencies for full functionality
|
||||
pip install astropy[all]
|
||||
uv pip install astropy[all]
|
||||
```
|
||||
|
||||
## Common Workflows
|
||||
|
||||
Reference in New Issue
Block a user