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

@@ -233,10 +233,10 @@ Install the official RCSB PDB Python API client:
```bash
# Current recommended package
pip install rcsb-api
uv pip install rcsb-api
# For legacy code (deprecated, use rcsb-api instead)
pip install rcsbsearchapi
uv pip install rcsbsearchapi
```
The `rcsb-api` package provides unified access to both Search and Data APIs through the `rcsbapi.search` and `rcsbapi.data` modules.