Fix installation instruction

Fix change dir path to `awesome-llm-apps/starter_ai_agents/ai_data_analysis_agent`
This commit is contained in:
Mehul Gohil
2025-06-20 21:16:38 +05:30
committed by GitHub
parent ae03d22f6d
commit c23ea56a11

View File

@@ -31,7 +31,7 @@ An AI data analysis Agent built using the Agno Agent framework and Openai's gpt-
```bash
# Clone the repository
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
cd ai_agent_tutorials/ai_data_analysis_agent
cd awesome-llm-apps/starter_ai_agents/ai_data_analysis_agent
# Install dependencies
pip install -r requirements.txt