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
Something not working as expected? Check out common issues & solutions.
Last updated 4 months ago
Was this helpful?