@@ -32,27 +32,31 @@ playwright install
3232
3333** Note** : it is recommended to install the library in a virtual environment to avoid conflicts with other libraries 🐱
3434
35- By the way if you to use not mandatory modules it is necessary to install by yourself with the following command:
35+ <details >
36+ <summary ><b >Optional Dependencies</b ></summary >
37+ Additional dependecies can be added while installing the library:
3638
37- ### Installing "Other Language Models"
39+ - < b >More Language Models</ b >: additional language models are installed, such as Fireworks, Groq, Anthropic, Hugging Face, and Nvidia AI Endpoints.
3840
39- This group allows you to use additional language models like Fireworks, Groq, Anthropic, Hugging Face, and Nvidia AI Endpoints.
40- ``` bash
41- pip install scrapegraphai[other-language-models]
41+ ``` bash
42+ pip install scrapegraphai[other-language-models]
43+ ```
4244
43- ```
44- ### Installing "More Semantic Options"
45+ - <b >Semantic Options</b >: this group includes tools for advanced semantic processing, such as Graphviz.
46+
47+ ``` bash
48+ pip install scrapegraphai[more-semantic-options]
49+ ```
50+
51+ - <b >Browsers Options</b >: this group includes additional browser management tools/services, such as Browserbase.
52+
53+ ``` bash
54+ pip install scrapegraphai[more-browser-options]
55+ ```
56+
57+ </details >
4558
46- This group includes tools for advanced semantic processing, such as Graphviz.
47- ``` bash
48- pip install scrapegraphai[more-semantic-options]
49- ```
50- ### Installing "More Browser Options"
5159
52- This group includes additional browser management options, such as BrowserBase.
53- ``` bash
54- pip install scrapegraphai[more-browser-options]
55- ```
5660
5761## 💻 Usage
5862There are multiple standard scraping pipelines that can be used to extract information from a website (or local file).
@@ -128,6 +132,9 @@ Check out also the Docusaurus [here](https://scrapegraph-doc.onrender.com/).
128132
129133## 🏆 Sponsors
130134<div style =" text-align : center ;" >
135+ <a href =" https://2ly.link/1zaXG " >
136+ <img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/browserbase_logo.png" alt="Browserbase" style="width: 10%;">
137+ </a >
131138 <a href =" https://2ly.link/1zNiz " >
132139 <img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/serp_api_logo.png" alt="SerpAPI" style="width: 10%;">
133140 </a >
0 commit comments