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:
@@ -280,19 +280,19 @@ url = f"https://pubchem.ncbi.nlm.nih.gov/rest/pug_view/data/compound/{cid}/JSON?
|
||||
Install PubChemPy for Python-based access:
|
||||
|
||||
```bash
|
||||
pip install pubchempy
|
||||
uv pip install pubchempy
|
||||
```
|
||||
|
||||
For direct API access and bioactivity queries:
|
||||
|
||||
```bash
|
||||
pip install requests
|
||||
uv pip install requests
|
||||
```
|
||||
|
||||
Optional for data analysis:
|
||||
|
||||
```bash
|
||||
pip install pandas
|
||||
uv pip install pandas
|
||||
```
|
||||
|
||||
## Helper Scripts
|
||||
|
||||
Reference in New Issue
Block a user