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:
@@ -95,9 +95,7 @@ Creates print-ready academic posters with professional layouts and visual design
|
||||
```bash
|
||||
git clone https://github.com/YuhangChen1/Paper2All.git
|
||||
cd Paper2All
|
||||
conda create -n paper2all python=3.11
|
||||
conda activate paper2all
|
||||
pip install -r requirements.txt
|
||||
uv pip install -r requirements.txt
|
||||
```
|
||||
|
||||
2. **Configure API Keys** (create `.env` file):
|
||||
|
||||
Reference in New Issue
Block a user