Mercurial > code > home > repos > light9
diff makefile @ 1087:1f877950ad28
new picamserve for raspberry pi camera -> http, especially with crop control
Ignore-this: 38fc34a6eff577c05129df87d6133a95
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 04 Jun 2014 08:30:45 +0000 |
parents | b281ee32c785 |
children | 771f50f19b4b |
line wrap: on
line diff
--- a/makefile Wed Jun 04 08:27:34 2014 +0000 +++ b/makefile Wed Jun 04 08:30:45 2014 +0000 @@ -51,3 +51,11 @@ packages: sudo aptitude install coffeescript freemind normalize-audio audacity python-pygoocanvas python-pygame + +raspberry_pi_virtualenv: + mkdir -p env_pi + virtualenv --system-site-packages env_pi + +raspberry_pi_packages: + sudo apt-get install python-picamera python-twisted + env_pi/bin/pip install cyclone coloredlogs