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:
@@ -25,13 +25,13 @@ This skill should be used when:
|
||||
Install PyTDC using pip:
|
||||
|
||||
```bash
|
||||
pip install PyTDC
|
||||
uv pip install PyTDC
|
||||
```
|
||||
|
||||
To upgrade to the latest version:
|
||||
|
||||
```bash
|
||||
pip install PyTDC --upgrade
|
||||
uv pip install PyTDC --upgrade
|
||||
```
|
||||
|
||||
Core dependencies (automatically installed):
|
||||
|
||||
Reference in New Issue
Block a user