tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 69de163b1924fddcf823cfb3c4ec0b5a70a3ff66
parent 8e380cc2929480f2de962b732f73de3c9f1dbf33
Author: Robin Bäckman <robinbackman@gmail.com>
Date:   Thu, 11 Aug 2016 15:15:21 +0000

README.md edited online with Bitbucket
Diffstat:
MREADME.md | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -27,20 +27,20 @@ The device wouldn't function without nice brains. Tarinas’ brains are the Rasp Blender file and printable stls in 3d folder ## Installing Tarina ## +1. Install dependencies ``` sudo apt-get install git python-picamera python-imaging python-pexpect libav-tools gpac omxplayer sox cpufrequtils usbmount - ``` - -2. git clone https://rbckman@bitbucket.org/rbckman/tarina.git - +2. git clone tarina +``` +git clone https://rbckman@bitbucket.org/rbckman/tarina.git +``` 3. put this line in the end of /etc/fstab +``` tmpfs /mnt/tmp tmpfs defaults 0 0 - +``` 4. reboot - 5. cd /home/pi/tarina/ - 6. python tarina.py more install instructions in INSTALL file