Create a setup.py file
import RoboPiLib as RPL
RPL.RoboPiInit("/dev/ttyAMA0",115200)
Log into your raspberrypi as pi instead of student
Obtain the password from your instructor
Type in the following commands one at a time until each is completed
sudo apt-get update
sudo apt-get upgrade
sudo reboot
Install Vim to use the text editor
sudo apt-get install vim
sudo reboot
Log back in as student