We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352d61d commit bcb49feCopy full SHA for bcb49fe
1 file changed
setup.sh
@@ -10,7 +10,7 @@ echo "installing dependencies"
10
if [[ $PLATFORM == "Darwin" ]]; then
11
export HOMEBREW_NO_AUTO_UPDATE=1
12
brew install --cask gcc-arm-embedded
13
- brew install python3 gcc@13
+ brew install python3 zeromq
14
elif [[ $PLATFORM == "Linux" ]]; then
15
# for AGNOS since we clear the apt lists
16
if [[ ! -d /"var/lib/apt/" ]]; then
0 commit comments