Skip to content

Edinunzio/BigRedButton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigRedButton

setup

sudo apt-get install -y python-virtualenv libusb-dev mpg123
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

run

Note: since sudo does not preserve shell environment and aliases, we need to explicitly specify the path to the venv python interpreter

source venv/bin/activate
sudo venv/bin/python buttonDriver.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%