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:19] – [Redis] fate | serveur_hebergement:installer_une_instance_searx [2025/10/28 20:17] (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 47: | Ligne 61: | ||
| <code bash> | <code bash> | ||
| cd "/ | cd "/ | ||
| - | pip install -e . | + | pip install |
| </ | </ | ||