Skip to content

Commit 83c7b49

Browse files
committed
fix: installation and social links
1 parent bf537aa commit 83c7b49

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

integrations/phidata.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ description: 'Build AI Assistants with ScrapeGraph using Phidata'
2020
Install the required packages:
2121

2222
```bash
23-
pip install phi-scrapegraph
23+
pip install -U phidata
24+
25+
pip install scrapegraph-py
2426
```
2527

2628
## Usage
@@ -104,14 +106,14 @@ Need help with the integration?
104106
<Card
105107
title="Phidata Discord"
106108
icon="discord"
107-
href="https://discord.gg/4M322yGwK2"
109+
href="https://discord.gg/4MtYHHrgA8"
108110
>
109111
Join the Phidata community
110112
</Card>
111113
<Card
112-
title="GitHub"
114+
title="GitHub Cookbook"
113115
icon="github"
114-
href="https://github.com/phidatahq/phidata"
116+
href="https://github.com/phidatahq/phidata/blob/main/cookbook/tools/scrapegraph_tools.py"
115117
>
116118
Check out the source code
117119
</Card>

0 commit comments

Comments
 (0)