So, I have a problem.

I wrote a Reddit login in Python using the Reddit API, (I was following a tutorial) but I have a problem:

It requires two external modules or libraries or whatever you call them in python.

Requests: HTTP for Humans — Requests 1.2.0 documentation

and

8.18. pprint ? Data pretty printer — Python v2.7.4 documentation

So, my problem: I have absolutely no idea how to add these so that my .py file can use them.

Anyone wanna help?

Thanks.