Skip to content

Commit a5c7094

Browse files
committed
add document about c api
1 parent d30bd0b commit a5c7094

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ Once installed you can launch it via `candle_viewer` or `python -m candle.candle
3636

3737
![Candle Viewer](https://raw.githubusercontent.com/BIRLab/python-can-candle/main/assets/viewer.png)
3838

39+
(unstable) Installing a backend written in C can improve performance.
40+
41+
```shell
42+
pip install python-can-candle[capi]
43+
```
44+
3945
## Example
4046

4147
### Using with python-can (recommended)

0 commit comments

Comments
 (0)