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 [2025/01/25 17:17] – [Préparation] fate | serveur_hebergement:installer_une_instance_searx [2025/08/11 13:40] (Version actuelle) – [Installation de Searxng] fate | ||
---|---|---|---|
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 | ||
+ | |||
</ | </ | ||
Ligne 154: | Ligne 168: | ||
<code bash> | <code bash> | ||
sudo -s | sudo -s | ||
- | / | + | sudo / |
</ | </ | ||