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:
@@ -168,9 +168,9 @@ See `references/theoretical-foundations.md` for detailed background on the mathe
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
pip install scvi-tools
|
||||
uv pip install scvi-tools
|
||||
# For GPU support
|
||||
pip install scvi-tools[cuda]
|
||||
uv pip install scvi-tools[cuda]
|
||||
```
|
||||
|
||||
## Best Practices
|
||||
|
||||
Reference in New Issue
Block a user