yes you can install brozzler from the outside world now!

This commit is contained in:
Noah Levitt 2016-05-11 12:05:50 -07:00
parent 6f6216e432
commit dd2211df31
2 changed files with 9 additions and 14 deletions

View file

@ -20,19 +20,15 @@ archiving.
Installation Installation
------------ ------------
XXX These instructions don't work at the moment. Brozzler requires some
customized packages not easily installable in the outside world. I intend to
remedy the situation soon.
:: ::
# set up virtualenv if desired # set up virtualenv if desired
pip install git+https://github.com/nlevitt/brozzler.git pip install brozzler
Brozzler also requires a rethinkdb deployment. Brozzler also requires a rethinkdb deployment.
Fonts for good screenshots Fonts (for decent screenshots)
-------------------------- ------------------------------
On ubuntu 14.04 trusty I installed these packages: On ubuntu 14.04 trusty I installed these packages:
@ -42,12 +38,10 @@ fonts-arphic-ukai fonts-farsiweb fonts-nafees fonts-sil-abyssinica
fonts-sil-ezra fonts-sil-padauk fonts-unfonts-extra fonts-unfonts-core fonts-sil-ezra fonts-sil-padauk fonts-unfonts-extra fonts-unfonts-core
ttf-indic-fonts fonts-thai-tlwg fonts-lklug-sinhala ttf-indic-fonts fonts-thai-tlwg fonts-lklug-sinhala
Haven't looked much at the resulting screenshots yet though.
License License
------- -------
Copyright 2015 Internet Archive Copyright 2015-2016 Internet Archive
Licensed under the Apache License, Version 2.0 (the "License"); you may Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this software except in compliance with the License. You may not use this software except in compliance with the License. You may

View file

@ -19,8 +19,9 @@
import setuptools import setuptools
import glob import glob
setuptools.setup(name='brozzler', setuptools.setup(
version='1.1.dev10', name='brozzler',
version='1.1.dev11',
description='Distributed web crawling with browsers', description='Distributed web crawling with browsers',
url='https://github.com/nlevitt/brozzler', url='https://github.com/nlevitt/brozzler',
author='Noah Levitt', author='Noah Levitt',
@ -44,7 +45,7 @@ setuptools.setup(name='brozzler',
], ],
zip_safe=False, zip_safe=False,
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 4 - Beta',
'Environment :: Console', 'Environment :: Console',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',