fix : wheel error on some linux system

This commit is contained in:
martin legrand 2025-03-22 12:36:43 +01:00
parent 5e7dd321f0
commit 47b3bcf297

View File

@ -7,6 +7,9 @@ sudo apt-get update
pip install --upgrade pip
# install wheel
pip install --upgrade pip setuptools wheel
# Install Python dependencies from requirements.txt
pip3 install -r requirements.txt