Updated installation instructions for all skills to always use uv pip install

This commit is contained in:
Timothy Kassis
2025-11-16 15:34:52 -08:00
parent d94f21c51f
commit 2fc3e6a88e
82 changed files with 179 additions and 290 deletions

View File

@@ -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