summaryrefslogtreecommitdiff
path: root/candle-pyo3/README.md
blob: 100a74d2136f7eec438b4fc493fa8ce11047e463 (plain)
1
2
3
4
```
cargo build --release --package candle-pyo3 --no-default-features && cp -f target/release/libcandle.so candle.so
PYTHONPATH=. python3 candle-pyo3/test.py
```