https://github.com/samtuhka/pupil
Raw File
Tip revision: e3f4f4c21ae20bebd13795f85fe02ba9ddee31ef authored by Moritz Kassner on 10 July 2014, 14:06:50 UTC
added metrics display.
Tip revision: e3f4f4c
readme.md

# Deploy Workflow
---
## Bundle using Pyinstaller
	pyinstaller -w bundle_**os_name**.spec

## Create a version file inside the distribution folder,chmod stuff...
	python finalize_bundle_**os_name**.py


pre-requisits:
brew python (not! system python)
pip install pyinstaller

back to top