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:
@@ -258,8 +258,8 @@ import networkx as nx
|
||||
print(nx.__version__)
|
||||
|
||||
# Install if needed (via bash)
|
||||
# pip install networkx
|
||||
# pip install networkx[default] # With optional dependencies
|
||||
# uv pip install networkx
|
||||
# uv pip install networkx[default] # With optional dependencies
|
||||
```
|
||||
|
||||
### Common Workflow Pattern
|
||||
|
||||
Reference in New Issue
Block a user