Skip to content

Commit

Permalink
Merge pull request #457 from DeepwaterExploration/release/v0.3.9-beta
Browse files Browse the repository at this point in the history
Add dependency updates
  • Loading branch information
brandonhs authored Oct 22, 2024
2 parents 8fb7eec + ccc2e5e commit ea4c6a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ install_ttyd() {
fi
}

# update dependencies
sudo apt-get update -y

# Install python and gstreamer dependencies
echo "Installing Python dependencies..."
sudo apt-get install python3 python3-venv -y
Expand Down

0 comments on commit ea4c6a5

Please sign in to comment.