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:
@@ -347,7 +347,7 @@ Many scientific formats require specialized libraries:
|
||||
try:
|
||||
from Bio import SeqIO
|
||||
except ImportError:
|
||||
print("Install Biopython: pip install biopython")
|
||||
print("Install Biopython: uv pip install biopython")
|
||||
```
|
||||
|
||||
Common requirements by category:
|
||||
|
||||
Reference in New Issue
Block a user