Skip to content

Commit

Permalink
install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed May 6, 2024
1 parent f33afdd commit 0f9e194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion software/common/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ install_linux() {
gcovr \
lcov \
clang-tidy \
protobuf-compiler
protobuf-compiler \
setuptools
pip3 install -U pip
pip3 install nanopb
pip3 install platformio==${PIO_VERSION}
Expand Down

0 comments on commit 0f9e194

Please sign in to comment.