a b/ubuntu_install_notes.txt
1
information on packages that may need to be installed on ubuntu to run the python version of the script. This is not nesecary for running the binaries - just for deploying. 
2
3
4
sudo apt get install xcb
5
sudo apt get install eglfs
6
sudo apt get install -y libxcb-xierama0
7
sudo apt get install openslide-tools
8
sudo apt get install python3-openslide
9