kin: KIN-INFRA-001 Заменить pip на python -m pip в Makefile
This commit is contained in:
parent
47cb4ac91f
commit
c0d67e4c22
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -32,5 +32,5 @@ test:
|
||||||
cd $(FRONTEND_DIR) && npm run test
|
cd $(FRONTEND_DIR) && npm run test
|
||||||
|
|
||||||
deploy: build-frontend
|
deploy: build-frontend
|
||||||
pip install -r requirements.txt
|
python -m pip install -r requirements.txt
|
||||||
$(MAKE) serve
|
$(MAKE) serve
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue