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:
@@ -268,12 +268,12 @@ Most `*_analyze()` functions automatically choose the appropriate mode.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
pip install neurokit2
|
||||
uv pip install neurokit2
|
||||
```
|
||||
|
||||
For development version:
|
||||
```bash
|
||||
pip install https://github.com/neuropsychology/NeuroKit/zipball/dev
|
||||
uv pip install https://github.com/neuropsychology/NeuroKit/zipball/dev
|
||||
```
|
||||
|
||||
## Common Workflows
|
||||
|
||||
Reference in New Issue
Block a user