#!/bin/sh

sudo apt-get update -qq || exit 1
sudo apt-get install -y xvfb || exit 1
pip3 install ppersist numpy matplotlib plotly colorcet docutils

