-
Make sure python 3.5+ is installed
-
Use the raspi-config gui to enable the Camera SSH, SPI, and I2C
sudo raspi-config
- Clone this repository
git clone https://github.com/ksurct/ksurct-robot-2018.git
- Create a virtual environment with virtualenv
virtualenv -p python3 venv
- Activate the virtual environment, you will have to do this everytime you want to use the installed packages for the robot
source venv/bin/activate
- Install the required python packages
pip install -r pi-requirements.txt