To run any python,
first engage the virtual environment
$ source capstone_env/bin/activate
you will notice (capstone_env) to the left of your prompt when activated
UPDATING/INSTALLING
TO INSTALL
run pip install -r requirements.txt
After adding a package run
pip freeze > requirements.txt
refer to https://learn.sparkfun.com/tutorials/raspberry-gpio
for board layout.
Using BCM (Broadcom Chip) Pin marking
https://www.pololu.com/product/1213
cd Capstone
git pull
- activate environment
source capstone_env/bin/activate
python src/<yourfile.py>