Internship - HNG USAGE Create a virtaul environment `python3 -m venv .venv` Activate the virtual Environment `source .venv/bin/activate` install the necessary packages in the requirement file `pip install -r requirements.txt`