pip
command in the terminal. To install a modules, just type pip install <module name>
in the terminal.requests
module. It allows Python to make network requests to web servers. Let's try to get the list of people currently in the space.pip install requests
in the terminal.