Skip to content

Commit bb86fe3

Browse files
committed
fix pypi error
1 parent 4fe3fcc commit bb86fe3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Once installed you can launch it via `candle_viewer` or `python -m candle.candle
3939
(unstable) Installing a backend written in C can improve performance.
4040

4141
```shell
42-
pip install python-can-candle[capi]
42+
pip install "candle_api @ git+https://github.com/BIRLab/candle_api.git@main"
4343
```
4444

4545
## Example

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ candle_viewer = "candle.candle_viewer:main"
3131
[project.optional-dependencies]
3232
libusb = ["libusb"]
3333
viewer = ["PySide6"]
34-
capi = ["candle_api @ git+https://github.com/BIRLab/candle_api.git@main"]
3534

3635
[tool.setuptools.packages.find]
3736
where = ["."]

0 commit comments

Comments
 (0)