Skip to content
David Alpert edited this page Aug 6, 2016 · 2 revisions

Setup

  • install a version of Python 3.4 (e.g. Python 3.4.4) from
  • py -3.4 -m pip install py2exe
  • py -3.4 -m pip install screeninfo
  • install PIL

still working through nested dependencies.

note:

  • setup soon to be replaced with
$ py -3.4 -m pip install -r requirements.txt

then you can run

$ py -3.4 setup.py

How to run the tests

  • TBD
Clone this wiki locally