I'm trying to get SpatiaLite, because I need it for this https://pythonrepo.com/repo/caioariede-django-location-field--python-django-utilities
I have read this, but no idea what all that stuff means.
How do I install SpatiaLite on MacOS?
I'm trying to get SpatiaLite, because I need it for this https://pythonrepo.com/repo/caioariede-django-location-field--python-django-utilities
I have read this, but no idea what all that stuff means.
How do I install SpatiaLite on MacOS?
Have you tried using the brew package manager? If you have it you could try this:
brew install spatialite-tools
I also managed to find this article