Installing RoboCrew
To install RoboCrew on your Raspberry Pi, follow these steps:
-
Update System Packages (if you haven’t already):
sudo apt update && sudo apt upgrade -y -
Install Python (if not already installed):
sudo apt install -y python3-pip -
Set Up Python Environment (optional but HIGHLY recommended):
python3 -m venv robocrew-envsource robocrew-env/bin/activate -
Install RoboCrew:
pip install robocrew -
Install Additional Dependencies: For audio support (if using voice commands):
sudo apt install portaudio19-dev