We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30bd0b commit a5c7094Copy full SHA for a5c7094
1 file changed
README.md
@@ -36,6 +36,12 @@ Once installed you can launch it via `candle_viewer` or `python -m candle.candle
36
37

38
39
+(unstable) Installing a backend written in C can improve performance.
40
+
41
+```shell
42
+pip install python-can-candle[capi]
43
+```
44
45
## Example
46
47
### Using with python-can (recommended)
0 commit comments