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:
@@ -78,10 +78,10 @@ Efficiently store and manage large pathology datasets using HDF5 format. PathML
|
||||
|
||||
```bash
|
||||
# Install PathML
|
||||
pip install pathml
|
||||
uv pip install pathml
|
||||
|
||||
# With optional dependencies for all features
|
||||
pip install pathml[all]
|
||||
uv pip install pathml[all]
|
||||
```
|
||||
|
||||
### Basic Workflow Example
|
||||
|
||||
Reference in New Issue
Block a user