Install the only dependency we need

We need to install the requests package to make it easier to interact with the API. This command will use the python package manager pip to install requests into our isolated virtual environment.

pip install requests

Last updated

Was this helpful?