stapler
stapler copied to clipboard
Needing installation instructions
I downloaded and unzipped stapler-master and I'm not finding any installation instructions. What is required to create the stapler application and what other packages need to be installed for it to work? Thanks!
Dependencies are listed here and it mostly involves installing PyPDF2.
Regarding installation, you can either install poetry and run:
poetry install # Install deps
poetry run stapler # Run cmd
or just write a script that executes main() found on staplerlib/stapler.py.
I'm earmarking this. Missing installation instruction is not fun.