Skip to content

Instantly share code, notes, and snippets.

@carlos22
Last active October 16, 2018 13:58
Show Gist options
  • Save carlos22/05b6fe8624a348932a4c7067931fb545 to your computer and use it in GitHub Desktop.
Save carlos22/05b6fe8624a348932a4c7067931fb545 to your computer and use it in GitHub Desktop.

Install MSYS2: http://www.msys2.org/

upgrade

pacman -Syu

You might need to run it again (it tells you to)

pacman -Su

mingw (with msys2)

pacman -S mingw-w64-x86_64-gtk3 mingw-w64-x86_64-python3-gobject mingw-w64-x86_64-gettext mingw-w64-x86_64-python3-cairo mingw-w64-x86_64-poppler mingw-w64-x86_64-python3-pip
pip3 install --user PyPDF2
pip3 install --user https://github.com/carlos22/pdfshuffler/zipball/master

Run

~/.local/bin/pdfshuffler

Upstream: https://github.com/jeromerobert/pdfshuffler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment