Skip to content

Installation

Zeke edited this page Jan 4, 2017 · 6 revisions

zeex should be cloned or forked from GitHub. It will eventually be distributed via .exe/.dmg/etc, but for now it is best run directly from source.

  • Python Version (Recommended): 3.4
  • PySide should be installed already on your python environment.

Windows Pre-Compiled Binaries:

Clone/Install/Run

git clone https://github.com/zbarge/zeex.git     # Clone
cd zeex
python setup.py install                          # Install
cd zeex
./ zeex_app.py                                   # Run

Clone this wiki locally