Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Module Requirements

Braxton Schafer edited this page Jan 30, 2014 · 4 revisions

Pyberry has a handful of modules it requires:

  • simplejson - for processing book lookup data
  • appdirs - for placing the config file appropriately.

These can usually be installed by a simple pip install [simplejson|appdirs].

It also requires urllib2, ConfigParser, unicodedata, and sqlite3, all of which should be included in a standard Python install.

Build requirements

Building also requires installation of PyInstaller. This can also be installed with pip.

If you know of a better way to package installers, you're more than welcome to partake!

Clone this wiki locally