mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-17 21:08:25 +08:00
33 lines
686 B
ReStructuredText
33 lines
686 B
ReStructuredText
Installation
|
|
------------
|
|
|
|
In the following sections I will guide you through the installation process of the required components
|
|
for this project.
|
|
|
|
Prerequisites
|
|
^^^^^^^^^^^^^
|
|
|
|
- `Python 3.8+ <https://www.python.org/downloads/>`_
|
|
- `pip <https://pip.pypa.io/en/stable/getting-started/>`
|
|
- `ollama <https://ollama.com/>` *optional for local models
|
|
|
|
|
|
Install the library
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. code-block:: bash
|
|
|
|
pip install scrapegraphai
|
|
|
|
Additionally on Windows when using WSL
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. code-block:: bash
|
|
|
|
sudo apt-get -y install libnss3 libnspr4 libgbm1 libasound2
|
|
|
|
As simple as that! You are now ready to scrape gnamgnamgnam 👿👿👿
|
|
|
|
|
|
|