We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6d4ce commit 82a2de5Copy full SHA for 82a2de5
1 file changed
distro/travis/install_deps.sh
@@ -20,6 +20,7 @@ install_ubuntu_deps_common()
20
python-numpy \
21
python-scipy \
22
python-yaml \
23
+ python-zmq \
24
wget \
25
xvfb
26
@@ -71,8 +72,9 @@ install_osx_deps()
71
72
brew install glib # for lcm
73
brew ls --versions python || brew install python
74
brew ls --versions numpy || brew install numpy || echo "error on brew install numpy"
75
+ brew install zeromq
76
- pip install coverage lxml PyYAML Sphinx sphinx_rtd_theme
77
+ pip install coverage lxml PyYAML Sphinx sphinx_rtd_theme pyzmq
78
}
79
80
0 commit comments