mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-03-29 07:43:46 +08:00
Updated installation instructions for all skills to always use uv pip install
This commit is contained in:
@@ -23,10 +23,10 @@ Use this skill when:
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
pip install anndata
|
||||
uv pip install anndata
|
||||
|
||||
# With optional dependencies
|
||||
pip install anndata[dev,test,doc]
|
||||
uv pip install anndata[dev,test,doc]
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
|
||||
Reference in New Issue
Block a user