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 Mar 11, 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 . Depending on how you've installed Python, you may need to specify pip3 instead.

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.

We're moving to cx_freeze with 1.1. Installable by pip3 install cx_freeze.

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

Clone this wiki locally