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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user