mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-03-27 07:09:27 +08:00
Updated installation instructions for all skills to always use uv pip install
This commit is contained in:
@@ -134,13 +134,13 @@ Perform structure-based analysis including molecular similarity searches, proper
|
||||
|
||||
### Python Packages
|
||||
```bash
|
||||
pip install drugbank-downloader # Core access
|
||||
pip install bioversions # Latest version detection
|
||||
pip install lxml # XML parsing optimization
|
||||
pip install pandas # Data manipulation
|
||||
pip install rdkit # Chemical informatics (for similarity)
|
||||
pip install networkx # Network analysis (for interactions)
|
||||
pip install scikit-learn # ML/clustering (for chemical space)
|
||||
uv pip install drugbank-downloader # Core access
|
||||
uv pip install bioversions # Latest version detection
|
||||
uv pip install lxml # XML parsing optimization
|
||||
uv pip install pandas # Data manipulation
|
||||
uv pip install rdkit # Chemical informatics (for similarity)
|
||||
uv pip install networkx # Network analysis (for interactions)
|
||||
uv pip install scikit-learn # ML/clustering (for chemical space)
|
||||
```
|
||||
|
||||
### Account Setup
|
||||
|
||||
Reference in New Issue
Block a user