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.
Virtual envs are a lifesaver for bigger projects, but for small stuff, you can skip it.
