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 55b1a51 commit 4f4d8b8Copy full SHA for 4f4d8b8
tools/install_dependencies.sh
@@ -9,6 +9,7 @@ if [ -n "${OPTIONAL_DEPENDS}" ]; then
9
for DEP in ${OPTIONAL_DEPENDS}; do
10
if [ ${DEP} == "mayavi" ]; then
11
python -m pip install numpy vtk
12
+ sudo apt update
13
sudo apt-get install -y xvfb \
14
x11-utils \
15
mencoder \
0 commit comments