From 1b643ad9e7ec6d80758f5c0188f8c18e169487c1 Mon Sep 17 00:00:00 2001 From: Gretchen Miller Date: Wed, 5 Mar 2025 09:01:57 -0800 Subject: [PATCH] update instructions for brozzler-easy + add pywb extras --- README.rst | 6 ++++-- setup.py | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 740b59d..0828457 100644 --- a/README.rst +++ b/README.rst @@ -48,8 +48,10 @@ Mac instructions: # no brew? try rethinkdb's installer: https://www.rethinkdb.com/docs/install/osx/ rethinkdb &>>rethinkdb.log & - # install brozzler with special dependencies pywb and warcprox - pip install brozzler[easy] # in a virtualenv if desired + # install brozzler with special dependencies (in a virtualenv if desired) + pip install brozzler[warcprox] + pip install brozzler[rethinkdb] + pip install brozzler[pywb] # queue a site to crawl brozzler-new-site http://example.com/ diff --git a/setup.py b/setup.py index 8751e08..1688bc4 100644 --- a/setup.py +++ b/setup.py @@ -88,6 +88,9 @@ setuptools.setup( "rethinkdb==2.4.9", "doublethink==0.4.9", ], + "pywb": [ + "pywb==2.8.3" + ] }, zip_safe=False, classifiers=[