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

@@ -195,7 +195,7 @@ For large-scale analyses, use Google Cloud datasets:
```bash
# Install gsutil
pip install gsutil
uv pip install gsutil
# List available data
gsutil ls gs://public-datasets-deepmind-alphafold-v4/
@@ -359,16 +359,16 @@ print(df)
```bash
# Install Biopython for structure access
pip install biopython
uv pip install biopython
# Install requests for API access
pip install requests
uv pip install requests
# For visualization and analysis
pip install numpy matplotlib pandas scipy
uv pip install numpy matplotlib pandas scipy
# For Google Cloud access (optional)
pip install google-cloud-bigquery gsutil
uv pip install google-cloud-bigquery gsutil
```
### 3D-Beacons API Alternative