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.

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

Clone this wiki locally