1.1 KiB
1.1 KiB
Install deps on ubuntu
Pre-setup on Raspberry Pi (Raspberry Pi OS)
Before installing dependencies, ensure your Raspberry Pi is up to date and has audio enabled:
- Update your system:
sudo apt update && sudo apt upgrade - Enable audio:
- Use
raspi-configto enable audio output (if not already enabled):sudo raspi-config # Navigate to 'Advanced Options' > 'Audio' and select your output (HDMI or 3.5mm jack)
- Use
- Reboot if needed:
sudo reboot - Test audio:
or
speaker-test -t wavaplay /usr/share/sounds/alsa/Front_Center.wav - Connect USB microphone or sound card if required.
Proceed with the dependency installation steps below.
- make sure poetry was installed with pipx sudo apt update sudo apt install build-essential libcairo2-dev libgirepository1.0-dev pkg-config sudo apt install libgirepository-2.0-dev gir1.2-girepository-2.0 build-essential pkg-config sudo apt install gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0