kin: KIN-INFRA-001 Заменить pip на python -m pip в Makefile

This commit is contained in:
Gros Frumos 2026-03-16 20:46:55 +02:00
parent 47cb4ac91f
commit c0d67e4c22

View file

@ -32,5 +32,5 @@ test:
cd $(FRONTEND_DIR) && npm run test
deploy: build-frontend
pip install -r requirements.txt
python -m pip install -r requirements.txt
$(MAKE) serve