pip install -r req.txt
Step 1. Create a new virtual environment
Step 2. python -m venv env
Step 3. Activate your virtual environment ```.\tfod\Scripts\activate # Windows```
Step 4. Install dependencies and add virtual environment to the Python Kernel
python -m pip install --upgrade pip pip install ipykernel python -m ipykernel install --user --name=env