From 3b6ad111e1c33f0f705419d202fed4d3c1efbd8c Mon Sep 17 00:00:00 2001 From: Marsupilami1 Date: Wed, 13 Jul 2022 16:09:55 +0200 Subject: [PATCH] update arch requirements --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ad469f..2244608 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,11 @@ Bien que cela permette de créer une instance sur toutes les distributions, ``` ArchLinux : ```bash - $ sudo pacman -Syu --noconfirm \ - ipython3 python3-setuptools python3-venv python3-dev \ - texlive-xetex gettext libjs-bootstrap4 fonts-font-awesome git - ``` TODO + $ sudo pacman -S \ + ipython python-setuptools \ + texlive-bin gettext ttf-font-awesome git + $ paru -S python-django-bootstrap4 # AUR only + ``` 2. **Clonage du dépot** là où vous voulez :