📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-21 09:15:23 +00:00
parent 0e1bb1aef3
commit 3d137606c0
805 changed files with 93512 additions and 4532 deletions
@@ -47,7 +47,14 @@ Users must have a 2slides API key and credits:
3. **Set API Key:** Store the key in environment variable: `SLIDES_2SLIDES_API_KEY`
```bash
export SLIDES_2SLIDES_API_KEY="your_api_key_here"
read -r -s SLIDES_2SLIDES_API_KEY
export SLIDES_2SLIDES_API_KEY
```
4. **Install Script Dependencies:** From this skill directory, install the pinned local requirements before using the Python scripts:
```bash
python -m pip install -r requirements.txt
```
**Credit Costs:**
@@ -274,12 +281,6 @@ Section 2: [Subtopic]
Use the `create_pdf_slides.py` script:
Install the Python dependency first if it is not already available:
```bash
python -m pip install -r requirements.txt
```
```bash
# Basic generation
python scripts/create_pdf_slides.py --content "Your content here"