Skip to content

Instantly share code, notes, and snippets.

@Detry322
Last active February 1, 2016 09:47
Show Gist options
  • Save Detry322/38d6b681c4c4711d5a64 to your computer and use it in GitHub Desktop.
Save Detry322/38d6b681c4c4711d5a64 to your computer and use it in GitHub Desktop.
# "regular" or "express"
CHECKIN_TYPE="regular"
MIT_API_BASE="http://m.mit.edu/apis/people/"
PRINTER_NAME="LabelWriter-450-Turbo"
LABEL_WIDTH=760
LABEL_HEIGHT=410
rm -rf dymo-cups-drivers*
cd xfair-checkin
sudo apt-get install python-dev libfreetype6-dev --assume-yes
git pull
sudo pip install -r requirements.txt
curl -L https://go.hackmit.org/xfair-env > .env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment