Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 314 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 314 Bytes

PDF Merger

Small PDF merger service.

Development

It's recommended to execute this project inside a virtual environment:

python -m virtualenv venv
source venv/bin/activate

The basic setup consists of:

make install  # only once to install dependencies
make  # to run the application