Skip to content

Commit 1162301

Browse files
committed
do not enforce compiling on make install
1 parent ee8f778 commit 1162301

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
@@ -7,7 +7,7 @@ deps:
77
python3.6 -m ensurepip
88
pip3.6 install -Ur requirements.txt
99
install: deps
10-
pip3.6 install -U --compile .
10+
pip3.6 install -U .
1111
install-dev: deps
1212
pip3.6 install flake8-mutable flake8-builtins flake8-mypy bandit bandit-high-entropy-string
1313
pip3.6 install -e .

0 commit comments

Comments
 (0)