Skip to content

Commit bf1f784

Browse files
committed
build: Updates install instructions
1 parent d574a53 commit bf1f784

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

toolchains/install_base.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ set -e
66
sudo apt-get update
77
sudo apt-get install -y \
88
software-properties-common build-essential pkg-config gpg wget ca-certificates \
9-
git-lfs curl ninja-build ccache doxygen graphviz python-is-python3 python3-pip python3-build \
10-
avahi-daemon avahi-utils iproute2 iputils-ping net-tools iw iftop htop nvtop patch evtest
9+
git-lfs curl ninja-build ccache doxygen graphviz python-is-python3 python3-pip \
10+
python3-build python3-venv avahi-daemon avahi-utils iproute2 iputils-ping \
11+
net-tools iw iftop htop nvtop patch evtest
1112

1213
# Install support libraries for 3D graphics and GUIs
1314
sudo apt-get install -y \

0 commit comments

Comments
 (0)