Skip to content

Commit 3c1ff32

Browse files
committed
FIX installation in Makefile
1 parent bb17337 commit 3c1ff32

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
@@ -52,7 +52,7 @@ doc-publish:
5252
.PHONY: install
5353
install: dependencies
5454
@echo "#### Installing pyglmnet ####"
55-
python setup.py develop install
55+
python setup.py install
5656
@echo "#### Pyglmnet installed successfully ####"
5757
@echo "#### Access http://glm-tools.github.io/pyglmnet/index.html for more information and tutorials ####"
5858

0 commit comments

Comments
 (0)