Not from the console, that's still a normal Python prompt. Inside the pip package there is a __main__.py file, which is the main pip program. If you tap and hold the play button you can pass arguments to the program, so if you would normally run pip install requests you'd write install requests into the arguments field.