Create a setup.py file
import RoboPiLib as RPLRPL.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 updatesudo apt-get upgradesudo rebootInstall Vim to use the text editor
sudo apt-get install vimsudo rebootLog back in as student