Hey there! Quick tip: after running the vs code terminal command pip install requests, you can also use `pip list` to see all installed packages. If “requests” shows up, you’re good to go!
If you’re new to virtual environments, I’d suggest checking out the official Python docs or PyCharm’s guide—they explain it really well.
If you’re new to virtual environments, I’d suggest checking out the official Python docs or PyCharm’s guide—they explain it really well.
