There was an error while loading. Please reload this page.
1 parent 4e6b118 commit 690741eCopy full SHA for 690741e
Makefile
@@ -22,7 +22,7 @@ build: clean
22
23
install:
24
@echo "Installing build dependencies"
25
-@[ ! -d $(ENV)/ ] && virtualenv $(ENV)/ || :
+@[ ! -d $(ENV)/ ] && python3 -m venv $(ENV)/ || :
26
@$(ENV)/bin/pip install $(requirements)
27
28
generate-rst:
0 commit comments