Install Python packages on 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!

see here: https://forum.kicad.info/t/board2pdf-v1-1-released-in-pcm/40405

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.