Learn how to install SMARSLab on your Mac, PC or Raspberry Pi
git clone https://www.github.com/kevinmcaleer/SMARSLab
pip install virtualenv
or sudo apt-get install virtualenv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python smarslab.py
http://localhost:5000
or http://raspberrypi-IP-ADDRESS:5000