Quick Start Guide
QUICK START GUIDE (V1.2)
pg. 4
Copyright © 2017 - www.SingleTact.com
3.1 Running the Pi Software
The software can be launched directly from the terminal
cd ~/RaspberryPiDemo
python pps-singletact.py
To create a log of all output data, launch the program in verbose mode with output redirected to a file:
python pps-singletact.py –v &>> my_output_file
To automatically launch the Singletact software startup, append a line to /etc/profile like this:
echo "python pps-singletact.py &" | sudo tee -a /etc/profile
Please check the SingleTact Manual for trouble shooting and more
detailed information.
http://www.singletact.com/SingleTact_Manual.pdf
Have fun!