Skip to content

Required Modules (Source)

toads_tf edited this page Apr 25, 2016 · 2 revisions

The modules used in this program that do not come with Python 3.4 are as follows:

As a note, these installations require pip. To install pip, run this file with the Python interpreter.

The pillow/image module. This can be found here and can be installed by using pip and running "pip install pillow".

The PyQt module/QtGui. This can be found here and can be installed by running "pip install pyside", and to update run "pip install -U pyside"

The Requests Module. This can be found here and is only used for the updater, which means you don't really need this, as the updater is only needed for the executable version.