Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
serveur_hebergement:installer_une_instance_searx [2024/09/06 07:30] – fate | serveur_hebergement:installer_une_instance_searx [2025/08/11 13:40] (Version actuelle) – [Installation de Searxng] fate | ||
---|---|---|---|
Ligne 7: | Ligne 7: | ||
===== Préparation ===== | ===== Préparation ===== | ||
- | Installez les dépendances : <code bash> | + | Installez les dépendances : <code bash> |
Créez un utilisateur searxng : | Créez un utilisateur searxng : | ||
Ligne 42: | Ligne 42: | ||
pip install -U wheel | pip install -U wheel | ||
pip install -U pyyaml | pip install -U pyyaml | ||
+ | pip install -U dateutils | ||
+ | pip install -U isodate | ||
+ | pip install -U typer | ||
+ | pip install -U msgspec | ||
+ | pip install -U uvloop | ||
+ | pip install -U httpx_socks | ||
+ | pip install -U httpx | ||
+ | pip install -U lxml | ||
+ | pip install -U redis | ||
+ | pip install -U markdown-it-py | ||
+ | pip install -U flask_babel | ||
+ | pip install -U flask | ||
+ | pip install -U pygments | ||
+ | |||
</ | </ | ||