Skip to content

Commit

Permalink
Merge pull request #992 from ae-utbm/uv
Browse files Browse the repository at this point in the history
Fix install documentation
  • Loading branch information
klmp200 authored Jan 6, 2025
2 parents 134f8a7 + edafc06 commit bc9cb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ cd /mnt/<la_lettre_du_disque>/vos/fichiers/comme/dhab
Installez les dépendances :
```bash
sudo apt install uv build-essential libssl-dev \
sudo apt install curl build-essential libssl-dev \
libjpeg-dev zlib1g-dev npm libffi-dev pkg-config \
gettext git

curl -LsSf https://astral.sh/uv/install.sh | sh
```

=== "Arch Linux"
Expand Down

0 comments on commit bc9cb9b

Please sign in to comment.