There was an error while loading. Please reload this page.
1 parent c0a75f4 commit deaec0cCopy full SHA for deaec0c
1 file changed
Makefile
@@ -43,6 +43,7 @@ clean:
43
44
venv:
45
$(PYTHON) -m venv venv
46
+ ./venv/bin/python3 -m pip install --upgrade pip
47
./venv/bin/python3 -m pip install -r requirements.txt
48
49
html: venv
0 commit comments