04.10.2014, 01:21 AM
Vorab sind ein paar Programmpakete zu installieren. Das folgende Script basiert auf apt,
sollte also auf sämtlichen Debin/Ubuntu-basierten Distributionen laufen
sollte also auf sämtlichen Debin/Ubuntu-basierten Distributionen laufen
Code:
#! /bin/bash
sudo apt-get update
sudo apt-get install python
sudo apt-get install python-pyaudio
sudo apt-get install python-numpy
sudo apt-get install python-pyplot
sudo apt-get install python-matplotlib
sudo apt-get install python-scipy
sudo apt-get autoremove
exit
...mit der Lizenz zum Löten!