Skip to content

Commit 4464903

Browse files
author
Your Name
committed
fix python install command line
1 parent bb2bcc8 commit 4464903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
install:
2-
python install -r requirements.txt
2+
pip install -r requirements.txt
33
setup:
44
python setup.py install
55
lint:

0 commit comments

Comments
 (0)