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:
@@ -15,7 +15,7 @@ Get started with Hypogenic in minutes:
|
||||
|
||||
```bash
|
||||
# Install the package
|
||||
pip install hypogenic
|
||||
uv pip install hypogenic
|
||||
|
||||
# Clone example datasets
|
||||
git clone https://github.com/ChicagoHAI/HypoGeniC-datasets.git ./data
|
||||
@@ -118,7 +118,7 @@ Mechanistically combine literature-only hypotheses with framework outputs.
|
||||
|
||||
Install via pip:
|
||||
```bash
|
||||
pip install hypogenic
|
||||
uv pip install hypogenic
|
||||
```
|
||||
|
||||
**Optional dependencies:**
|
||||
|
||||
Reference in New Issue
Block a user