Skip to content

Commit 54f1ed6

Browse files
hugovkradarhere
authored andcommitted
Ensure Python 3's pip to install requirements
1 parent fb41422 commit 54f1ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ debug:
6767
CFLAGS='-g -O0' python3 setup.py build_ext install > /dev/null
6868

6969
install-req:
70-
pip install -r requirements.txt
70+
python3 -m pip install -r requirements.txt
7171

7272
install-venv:
7373
virtualenv .

0 commit comments

Comments
 (0)