Skip to content

Commit

Permalink
Fix install.hack at makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed Jul 3, 2018
1 parent 4350a94 commit 0709663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install: # system-wide standard python installation
.PHONY: install.hack
install.hack: # install development requirements
pip install -r requirements.txt
pip install -e .
pip install -e .[test]

.PHONY: build
build: # build package for distribuition
Expand Down

0 comments on commit 0709663

Please sign in to comment.