On Windows I can simply open KiCad 7.0 Command Prompt and run “python -m pip install PyMuPDF” to install the PyMuPDF package.
But how is this done in Linux and MacOS?
On Windows I can simply open KiCad 7.0 Command Prompt and run “python -m pip install PyMuPDF” to install the PyMuPDF package.
But how is this done in Linux and MacOS?
I guess:
pip install PyMuPDF
At least on Linux. I don’t know Mac, but it should be something similar.
Thank you! I didn’t know that KiCad uses system python on Linux. That’s good to know!