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