nextdorf

Results 2 comments of nextdorf

I installed it from the arch repositories (extra/python-plotly). They build and package it via the script [here](https://gitlab.archlinux.org/archlinux/packaging/packages/python-plotly/-/blob/a0c7362b714f68d245c5439076e96148357b6b92/PKGBUILD). They build it with `python -m build --wheel --no-isolation --skip-dependency-check` and without `npm`....

Since the package uses `setuptools` as its build-backend, it should be possible as well to simply adding a custom build step which runs `npm i && npm run build`.