-1

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?

AnonymousUser
  • 690
  • 7
  • 26

1 Answers1

1

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