You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the .tar.gz file that contains the project to the current folder in the Rasperry using an FTP connection. (You can copy it to a temporary directory such as /va /www/temp and then move it to the desired directory with mv /var/tmp/RPi.GPIO-0.6.4.tar.gz RPi.GPIO-0.6.4.tar.gz )
Unzip the file with tar -zxvf RPi.GPIO-0.6.4.tar.gz
Move to the directory that was created with cd RPi.GPIO-0.6.4
Run the installer with sudo python setup.py install
Move the inout.py to /var/www/temp
Move to the folder where you want the scripts, for example /home/pi/scripts (You can create the directory with the command "sudo mkdir /home/pi/scripts" and move with "cd /home/pi/scripts")