some of these might not be necessary?
sudo apt install openjdk-8-jdk
sudo apt install git-all subversion build-essential autoconf automake libtool libboost-all-dev zlib1g-dev swig ant
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| Created on Wed May 19 09:45:43 2021 | |
| @author: tfinney | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation, either version 3 of the License, or | 
| from PIL import Image | |
| import subprocess | |
| import glob | |
| import os | |
| png_path = "svg/png/" | |
| pngs = glob.glob(png_path+'*.png') | 
| """ | |
| be sure to create a png dir in svg ex: | |
| svg/*.SVG | |
| svg/png/ | |
| """ | |
| import subprocess | |
| import glob | |
| import os |