mirror of
https://github.com/Luzifer/tasmota-build.git
synced 2024-12-22 13:51:19 +00:00
Use internal venv
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d2a9808b57
commit
4ae8d2e248
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ korvike:
|
||||||
mv korvike_linux_amd64 korvike
|
mv korvike_linux_amd64 korvike
|
||||||
|
|
||||||
venv:
|
venv:
|
||||||
virtualenv venv
|
python -m venv venv
|
||||||
./venv/bin/pip install -r requirements.txt
|
./venv/bin/pip install -r requirements.txt
|
||||||
|
|
||||||
.PHONY: venv
|
.PHONY: venv
|
||||||
|
|
Loading…
Reference in a new issue