-
Notifications
You must be signed in to change notification settings - Fork 5
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.
- Create a new virtual environment and install these wheels first.
- numpy
- [PySide] (http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyside)
- [Pandas] (http://www.lfd.uci.edu/~gohlke/pythonlibs/#pandas)
git clone https://github.com/zbarge/zeex.git # Clone
cd zeex
python setup.py install # Install
cd zeex
./ zeex_app.py # Run