update instructions for brozzler-easy + add pywb extras

This commit is contained in:
Gretchen Miller 2025-03-05 09:01:57 -08:00
parent c59b08df33
commit 1b643ad9e7
2 changed files with 7 additions and 2 deletions

View File

@ -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/

View File

@ -88,6 +88,9 @@ setuptools.setup(
"rethinkdb==2.4.9",
"doublethink==0.4.9",
],
"pywb": [
"pywb==2.8.3"
]
},
zip_safe=False,
classifiers=[