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:
@@ -14,19 +14,19 @@ Geniml is a Python package for building machine learning models on genomic inter
|
||||
Install geniml using uv:
|
||||
|
||||
```bash
|
||||
uv pip install geniml
|
||||
uv uv pip install geniml
|
||||
```
|
||||
|
||||
For ML dependencies (PyTorch, etc.):
|
||||
|
||||
```bash
|
||||
uv pip install 'geniml[ml]'
|
||||
uv uv pip install 'geniml[ml]'
|
||||
```
|
||||
|
||||
Development version from GitHub:
|
||||
|
||||
```bash
|
||||
uv pip install git+https://github.com/databio/geniml.git
|
||||
uv uv pip install git+https://github.com/databio/geniml.git
|
||||
```
|
||||
|
||||
## Core Capabilities
|
||||
|
||||
Reference in New Issue
Block a user