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:
@@ -14,12 +14,12 @@ Provides comprehensive access to the Data Commons Python API v2 for querying sta
|
||||
Install the Data Commons Python client with Pandas support:
|
||||
|
||||
```bash
|
||||
pip install "datacommons-client[Pandas]"
|
||||
uv pip install "datacommons-client[Pandas]"
|
||||
```
|
||||
|
||||
For basic usage without Pandas:
|
||||
```bash
|
||||
pip install datacommons-client
|
||||
uv pip install datacommons-client
|
||||
```
|
||||
|
||||
## Core Capabilities
|
||||
|
||||
Reference in New Issue
Block a user