pdfCropMargins icon indicating copy to clipboard operation
pdfCropMargins copied to clipboard

GUI support for MacOS

Open yratof opened this issue 2 years ago • 1 comments

➜  ~ pip install pdfCropMargins[gui] --user --upgrade
➜ no matches found: pdfCropMargins[gui]

the [gui] part of the install fails, not sure if there is a macOS version for the gui available?

yratof avatar May 30 '22 08:05 yratof

I'm not sure what the problem is there. I don't have a Mac to test on. Does the ordinary install work, without the [gui] part? If so, the [gui] part just installs extra packages which you can do as:

pip install PySimpleGUI PyMuPDF

abarker avatar May 31 '22 03:05 abarker

The GUI dependencies are now part of the ordinary install, so you no longer need to include the [gui] part.

abarker avatar Dec 14 '22 00:12 abarker