Code to generate sphere packs
The code is dependent on the code from https://github.com/VasiliBaranov/packing-generation
First follow their installation instruction so that you haver a PackingGeneration.exe file.
To install this package run pip install -e . then to test the install run spherePacking/tests/generate/generate_sphere_pack.py
but replace the PackingGeneration.exe in spherePacking/tests/generate/ with your version!