From 8a09780ea60fe4a67a5e8fdac23156da7d0814a3 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 22 Nov 2015 01:57:34 +0100 Subject: readme: install --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d93fd9..8874437 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ Aggregate RSS and archive website for later diffing. # USAGE - usage: watchnews.py [-h] [--add URL] [--update] [--update-feed ID] - [--remove ID] [--list] [--web] + ./watchnews-cli --help + usage: watchnews-cli [-h] [--add URL] [--update] [--update-feed ID] + [--remove ID] [--list] [--web] [--db DBPATH] [--rss] Process some integers. @@ -19,7 +20,8 @@ Aggregate RSS and archive website for later diffing. --remove ID Remove feed with ID --list List all registered feeds --web Run web interface - + --db DBPATH Path to sqlite database file + --rss Dump a RSS feeds ## Example @@ -27,3 +29,10 @@ Aggregate RSS and archive website for later diffing. ./watchnews.py --update ./watchnews.py --web +# Installing + +One way to install it is to use pip: + pip3 install --upgrade --user https://www.xapek.org/git/yvesf/watchnews/archive/master.zip + +On debian this requires at least: + python3-dev build-essential libxslt1-dev zlib1g-dev -- cgit v1.2.1