-
Notifications
You must be signed in to change notification settings - Fork 42
Raspi coldstart
Justin Shaw edited this page Sep 1, 2013
·
3 revisions
- justin@wyolum3ubuntu:~/code/GIT/EPD/libraries/EReader/examples/Album$ ssh -X [email protected]
- [email protected]'s password:
- pi@raspberrypi:~$ ls
- pi@raspberrypi:~$ cd ~/.ssh
- pi@raspberrypi:~/.ssh$ ssh-keygen -t rsa -C "[email protected]"
- pi@raspberrypi:~/.ssh$ cat id_rsa.pub ### paste in github!
- pi@raspberrypi:~$ mkdir code
- pi@raspberrypi:~$ cd code
- pi@raspberrypi:~/code$ mkdir GIT
- pi@raspberrypi:~/code$ git clone [email protected]:wyolum/EPD.git
- pi@raspberrypi:~/code$ sudo apt-get install python-numpy
- pi@raspberrypi:~/code$ sudo apt-get install python-imaging
- pi@raspberrypi:~/code$ sudo apt-get install python-imaging-tk
- pi@raspberrypi:~/code$ sudo apt-get install emacs