Skip to content

Commit c177838

Browse files
authored
docs: update SDK binary auto-download documentation (#20)
- Add binary auto-download note to troubleshooting - Clarify that Python SDK v2.4.1+ handles binary automatically - Add CAPISCIO_BINARY override documentation
1 parent e709e87 commit c177838

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/troubleshooting.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,10 @@ Note: `capiscio` is the CLI, `capiscio-sdk` is the Python SDK.
350350

351351
**Problem:** The Go binary isn't accessible.
352352

353-
**Solution:**
353+
!!! info "Automatic Download (Python SDK)"
354+
As of SDK v2.4.1+, the Python SDK **automatically downloads** the capiscio-core binary if not found. No manual installation needed!
355+
356+
**Solution for manual installation:**
354357

355358
```bash
356359
# Verify Go binary exists
@@ -361,6 +364,12 @@ curl -L https://github.com/capiscio/capiscio-core/releases/latest/download/capis
361364
chmod +x /usr/local/bin/capiscio
362365
```
363366

367+
**Custom binary location:**
368+
```bash
369+
# Override automatic detection
370+
export CAPISCIO_BINARY=/path/to/capiscio-core
371+
```
372+
364373
---
365374

366375
## CI/CD Issues

0 commit comments

Comments
 (0)