README: use py -m morss.morss

Needed for 2to3 relative imports
master
pictuga 2015-02-25 11:56:34 +08:00
parent 604b03e2ba
commit 7a66115012
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Works like a charm with [Tiny Tiny RSS](http://tt-rss.org/redmine/projects/tt-rs
###As a CLI application
Run: **`[python2.7] morss.py [argwithoutvalue] [argwithvalue=value] [...] FEEDURL`**
Run: **`[python2.7] -m morss.morss [argwithoutvalue] [argwithvalue=value] [...] FEEDURL`**
For example: `python2.7 morss.py debug http://feeds.bbci.co.uk/news/rss.xml`
*(Brackets indicate optional text)*