Weitere Software auf den Raspberry PI installieren.
Hier eine Liste von Software für den Raspberry Pi, die man noch installieren sollte/ kann und wie man es macht:
Mathematica
sudo apt-get update
sudo apt-get install wolfram-engine
Python3 auf den aktuellen Stand bringen
pip3 install --upgrade pip
Python3 und das Paket “matplotlib”
sudo apt-get install python3-matplotlib