There was an error while loading. Please reload this page.
1 parent 50b597d commit 8345eccCopy full SHA for 8345ecc
Makefile
@@ -3,7 +3,7 @@
3
all: build
4
5
venv: requirements.txt requirements-dev.txt
6
-virtualenv -p python3 venv --no-site-packages
+python3 -m virtualenv -p python3 venv --no-site-packages
7
./venv/bin/pip install -r requirements.txt
8
./venv/bin/pip install -r requirements-dev.txt
9
touch venv
0 commit comments