Skip to content

Commit

Permalink
🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 25, 2024
1 parent f7b2461 commit 80283d3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build_raspOVOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Update package list and install necessary tools
apt-get update
apt-get install -y --no-install-recommends git curl i2c-tools
apt-get install -y --no-install-recommends git curl i2c-tools swig libssl-dev libfann-dev portaudio19-dev libpulse-dev

# setup ovos-i2csound
git clone https://github.com/OpenVoiceOS/ovos-i2csound /tmp/ovos-i2csound
Expand All @@ -19,14 +19,19 @@ chmod +x /usr/libexec/ovos-i2csound
systemctl enable i2csound.service

# Create virtual environment for ovos
echo "Creating virtual environment..."
echo_green "Creating virtual environment..."
mkdir -p ~/.venvs
python3 -m venv ~/.venvs/ovos

# Activate the virtual environment
source ~/.venvs/ovos/bin/activate

# install OVOS in venv
echo_green "Installing OVOS..."
pip3 install sdnotify, tflite_runtime
pip3 install ovos-core[lgpl,mycroft,plugins,skills-audio,skills-essential,skills-internet,skills-media]
pip3 install ovos-dinkum-listener[extras,linux,onnx]
pip3 install ovos-phal[extras,linux,mk1]


# copy system scripts over

0 comments on commit 80283d3

Please sign in to comment.