Merge 197a5710339b5e513f6a1474b5c8ea770f63aa12 into d2525e2e8771e6ad74832bd0ac9489339a3a254e

This commit is contained in:
Mat Kelly 2017-05-16 01:52:24 +00:00 committed by GitHub
commit dd1b275653

View File

@ -48,7 +48,7 @@ Mac instructions:
rethinkdb &>>rethinkdb.log &
# install brozzler with special dependencies pywb and warcprox
pip install brozzler[easy] # in a virtualenv if desired
pip3 install brozzler[easy] # in a virtualenv if desired
# queue a site to crawl
brozzler-new-site http://example.com/
@ -72,7 +72,7 @@ To install brozzler only:
::
pip install brozzler # in a virtualenv if desired
pip3 install brozzler # in a virtualenv if desired
Launch one or more workers: