Skip to content

Commit bcb49fe

Browse files
committed
zmq
1 parent 352d61d commit bcb49fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "installing dependencies"
1010
if [[ $PLATFORM == "Darwin" ]]; then
1111
export HOMEBREW_NO_AUTO_UPDATE=1
1212
brew install --cask gcc-arm-embedded
13-
brew install python3 gcc@13
13+
brew install python3 zeromq
1414
elif [[ $PLATFORM == "Linux" ]]; then
1515
# for AGNOS since we clear the apt lists
1616
if [[ ! -d /"var/lib/apt/" ]]; then

0 commit comments

Comments
 (0)