i mount jasper image file onto a sd card
git clone https://github.com/jasperproject/jasper-client.git jasper
Jasper requires various Python libraries that we can install in one line with:
sudo pip install --upgrade setuptools
sudo pip install -r jasper/client/requirements.txt
Run crontab -e, then add the following line, if it’s not there already:
@reboot /home/pi/jasper/boot/boot.sh;
Set permissions inside the home directory:
sudo chmod 777 -R *
Restart your Raspberry Pi
then i supposed to here hello but i didnt