gen_ai_crew_google_gemini STEP 01- Create a conda environment after opening the repository #conda create -n gen_ai_crew_google_gemini python=3.10 -y conda create -n gen_ai_crew_google_gemini python=3.11.7 -y conda activate gen_ai_crew_google_gemini STEP 02- install the requirements pip install -r requirements.txt STEP 04- Finally run the following command python crew.py