One of the plugins I’m using requires BS4 to be installed in the KiCad python. I can’t seem to figure out how to install it via the command prompt, I’ve tried the following prompts
"C:\Program Files\KiCad\9.0\bin\python.exe" python -m pip install bs4
C:\Program Files\KiCad\9.0\bin\python.exe -m pip install bs4
and multiple other iterations to no avail. Does anyone know how to install it, I tried following the guide on the plugin page as well be it is written for someone who regularly uses python, which I very much don’t.
Heres the github for the plugin.