How do I use the VS Code terminal command 'pip install requests' to install the requests library?

16 Replies, 1687 Views

Quick check: after running the vs code terminal command pip install requests, open a Python shell in the terminal (`python` or `python3`) and type `import requests`. If it works, you’re good!

Virtual envs are a lifesaver for bigger projects, but for small stuff, you can skip it.

Messages In This Thread



Users browsing this thread: 1 Guest(s)