Set Up and Activate Virtual Environment (Highly Recommended) 🛠️✅
⚠️
Highly Recommended We highly recommend creating a Virtual Environment if you have multiple versions of python/pip installed.
bash
python -m venv .
Windows:
.\Scripts\activate