Merge pull request #250 from mehulgohil/mehulgohil-patch-1
Fix: Installation instruction in ai_data_analysis_agent
This commit is contained in:
commit
af0ff2f3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ An AI data analysis Agent built using the Agno Agent framework and Openai's gpt-
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
|
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
|
# Install dependencies
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue