Unable to import module

I want to import a module: twilio. I know when I install a package (pipenv install twilio) I am supposed to have pipfile and pipfile.lock generated within my project folder…I don’t…and I assume that is why I am not able to import twilio and get the red-line error in my code under from twilio import client. What am I doing wrong (or have to do) to get to my objective: SUCCESSFULLY IMPORTING TWILIO. Any help is greatly appreciated.

Follow-up: Using Python VSCode 3.12.0 64-bit with my issue.