diff --git a/Makefile b/Makefile index f0ffa57..543bed8 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ install: @echo "Making 'main.py' executable..." @chmod +x main.py @echo "Installing packages from 'requirements.txt'..." - @pip install -r requirements.txt + @pip install -r requirements.txt --break-system-packages