How do I install pdfminer?

Python is installed on my hard drive (C: drive). I’ve installed the most recent edition from python.org. I’m using a Windows 11 PC.

I’m trying to install pdfminer · PyPI .

“pip” is not defined
“install” is not defined
“pdfminer” is not defined

I searched for “pip” in the Python folder and there were multiple results containing “pip”. How do I install pdfminer?

Hey MD,

What does python –-version return when running from Windows Terminal? Can you elaborate if you did anything different than the defaults when installing?

On Windows, it’s recommended that you use the Python Launcher py:

py -m pip install pdfminer