Updated installation instructions for all skills to always use uv pip install

This commit is contained in:
Timothy Kassis
2025-11-16 15:34:52 -08:00
parent d94f21c51f
commit 2fc3e6a88e
82 changed files with 179 additions and 290 deletions

View File

@@ -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