From f773d77daab1527e492543b56c105786a07eea2f Mon Sep 17 00:00:00 2001 From: Simon Segerblom Rex Date: Thu, 16 May 2019 20:05:58 +0200 Subject: [PATCH] Update README Minimal README... needs more work --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d757541..319f6d5 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# pdflayers \ No newline at end of file +pdflayers +========= + +**pdflayers** is a tool for changing default visibility of PDF layers (OCGS, Optional Content Groups). + +Installation +------------ + +Currently **pdflayers** just consists of a simple python script, so you manually have to install the dependencies: +```shell +python3 -m pip install --user pikepdf +``` + +Usage +----- + +``` +python3 pdflayers.py --show +```