File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ description: 'Build AI Assistants with ScrapeGraph using Phidata'
20
20
Install the required packages:
21
21
22
22
``` bash
23
- pip install phi-scrapegraph
23
+ pip install -U phidata
24
+
25
+ pip install scrapegraph-py
24
26
```
25
27
26
28
## Usage
@@ -104,14 +106,14 @@ Need help with the integration?
104
106
<Card
105
107
title = " Phidata Discord"
106
108
icon = " discord"
107
- href = " https://discord.gg/4M322yGwK2 "
109
+ href = " https://discord.gg/4MtYHHrgA8 "
108
110
>
109
111
Join the Phidata community
110
112
</Card >
111
113
<Card
112
- title = " GitHub"
114
+ title = " GitHub Cookbook "
113
115
icon = " github"
114
- href = " https://github.com/phidatahq/phidata"
116
+ href = " https://github.com/phidatahq/phidata/blob/main/cookbook/tools/scrapegraph_tools.py "
115
117
>
116
118
Check out the source code
117
119
</Card >
You can’t perform that action at this time.
0 commit comments