index_advisor installation

I want to optimize my queries and found this:
https://supabase.com/docs/guides/database/extensions/index_advisor

I find that I have to install dbdev. Okay simple enough. I run the code and find that I need to install pg_tle.

When I go to install it, I find that I need to install pg_tle. I find this page:
https://github.com/aws/pg_tle/blob/main/docs/01_install.md

It seems like there is a complicated set of instructions to install, I don't want to break anything in my instance, and I'm not sure how best to follow them. Anyone know how to do this?
Automatically optimize SQL queries
GitHub
Framework for building trusted language extensions for PostgreSQL - aws/pg_tle
Was this page helpful?