We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe3fcc commit bb86fe3Copy full SHA for bb86fe3
2 files changed
README.md
@@ -39,7 +39,7 @@ Once installed you can launch it via `candle_viewer` or `python -m candle.candle
39
(unstable) Installing a backend written in C can improve performance.
40
41
```shell
42
-pip install python-can-candle[capi]
+pip install "candle_api @ git+https://github.com/BIRLab/candle_api.git@main"
43
```
44
45
## Example
pyproject.toml
@@ -31,7 +31,6 @@ candle_viewer = "candle.candle_viewer:main"
31
[project.optional-dependencies]
32
libusb = ["libusb"]
33
viewer = ["PySide6"]
34
-capi = ["candle_api @ git+https://github.com/BIRLab/candle_api.git@main"]
35
36
[tool.setuptools.packages.find]
37
where = ["."]
0 commit comments