From 4bb8548708eaae2b453917d6b7a88c7295fbe3e5 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Wed, 15 Mar 2023 18:50:33 +0100 Subject: [PATCH] added OpenAL instruction in the README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dead512..01e2cff 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Ce projet est compatible avec Windows et Linux.
- Installer Python 3.11 avec les commandes `sudo apt update && sudo apt install python3.11 python3-pip` +- Installer les librairies audio avec `sudo apt install libopenal-dev libalut-dev` - Installer les dépendances avec `python3.11 -m pip install -r requirements.txt` - Lancer le jeu avec `python3.11 main.pyw`