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:
@@ -31,12 +31,12 @@ This skill should be used when:
|
||||
|
||||
Install the Census API:
|
||||
```bash
|
||||
pip install cellxgene-census
|
||||
uv pip install cellxgene-census
|
||||
```
|
||||
|
||||
For machine learning workflows, install additional dependencies:
|
||||
```bash
|
||||
pip install cellxgene-census[experimental]
|
||||
uv pip install cellxgene-census[experimental]
|
||||
```
|
||||
|
||||
## Core Workflow Patterns
|
||||
|
||||
Reference in New Issue
Block a user