Create a virtual environment to separate Python dependencies, allowing for project-specific packages without interfering with system-wide installations.
python3 -m venv venv
source venv/bin/activatepip install -r requirements.txt
playwright installexport SIRJI_OPENAI_API_KEY='OPENAI API KEY'
export SIRJI_GOOGLE_SEARCH_API_KEY='GOOGLE SEARCH API KEY'
export SIRJI_GOOGLE_SEARCH_ENGINE_ID='GOOGLE SEARCH ENGINE ID'python3 main.py