githubEdit

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
circle-exclamation

Last updated

Was this helpful?