added --break-system-packages to Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -7,4 +7,4 @@ install:
|
|||||||
@echo "Making 'main.py' executable..."
|
@echo "Making 'main.py' executable..."
|
||||||
@chmod +x main.py
|
@chmod +x main.py
|
||||||
@echo "Installing packages from 'requirements.txt'..."
|
@echo "Installing packages from 'requirements.txt'..."
|
||||||
@pip install -r requirements.txt
|
@pip install -r requirements.txt --break-system-packages
|
||||||
|
|||||||
Reference in New Issue
Block a user