As an introduction into Luigi, I am following this tutorial with some modifications, e.g. installation using conda.
The problems and solutions described in the examples below have led to the development of sciluigi,
| ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| alias brew=/usr/local/bin/brew | |
| brew install python3 | |
| alias python=python3 | |
| brew install mercurial | |
| brew install git | |
| brew install sdl sdl_image sdl_mixer sdl_ttf | |
| brew tap homebrew/headonly | |
| brew install --HEAD smpeg | |
| brew install portmidi |
| #Program to drive Sonic Pi 3 visualiser written in "processing" | |
| #by Robin Newman, September 2017 | |
| #see article at https://rbnrpi.wordpress.com | |
| #set up OSC address of processing sketch | |
| use_osc '127.0.0.1',5000 | |
| #select shapes to show | |
| osc "/viz/shapes","e" #"s" "e" "r" Star,Ellipse, Rectangle or combination | |
| sleep 0.1 | |
| live_loop :c do |
As an introduction into Luigi, I am following this tutorial with some modifications, e.g. installation using conda.
The problems and solutions described in the examples below have led to the development of sciluigi,
refer to: https://stackoverflow.com/questions/39371772/how-to-install-anaconda-on-raspberry-pi-3-model-b
{USER}: pi
Install Miniconda 3:
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-armv7l.sh
sudo md5sum Miniconda3-latest-Linux-armv7l.sh # (optional) check md5
sudo /bin/bash Miniconda3-latest-Linux-armv7l.sh # -> change default directory to /home/pi/miniconda3