aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c1e10ec..30d2b44 100644
--- a/README.rst
+++ b/README.rst
@@ -13,9 +13,12 @@ A small script as a replacement of `the old PHP script`_ for downloading message
How to use it?
--------------
+This script requires ``formail(1)`` from ``procmail`` package. Any
+version is OK, so please install it from your distribution’s
+repositories. Then run:
+
::
- sudo apt-get install procmail
pip install beautifulsoup4 PyYAML
python gg_scraper.py 'https://groups.google.com/forum/#!forum/<group_name>'
@@ -35,4 +38,9 @@ email (one of many of my addresses are available on my `Github page`_)
.. _`Github page`:
https://github.com/mcepl
-Of course pull requests are more than welcome in the same places as well. Currently all development is done with Python 3.3, but tests are run on Travis-CI for 2.7 and pypy as well.
+Of course pull requests are more than welcome in the same places as
+well. Currently all development is done with Python 3.3, but tests are
+run on Travis-CI_ for 2.6, 2.7, pypy, and 3.2 as well.
+
+.. _Travis-CI:
+ https://travis-ci.org/mcepl/gg_scraper/