How to install a python module inside awx--ee

I installed AWX using awx-operator, I use a python module natsort in my ansible template.
how do I install the python module in the pod?
I tried installing it using a playbook on the localhost but that didn’t help. also how to install the galaxy collection?
Can you please help

Thanks
Vishnu

PLEASE someone reply, I am also facing the same issue.

You build it into a custom execution environment

https://www.ansible.com/blog/introduction-to-ansible-builder

http://weiyentan.github.io/2021/creating-execution-environments/