From 1670904a3796263e2dcda188435875e933e0bcf6 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 11 Jul 2020 17:57:03 -0400 Subject: Makefile: add 'develop' --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cc4828f..c043404 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,11 @@ fmt: black --include '*.py|markdown_link_style/*.py|tests/*.py' . .PHONY: fmt +develop: + python setup.py develop + pip install -r requirements.txt +.PHONY: develop + build-dist: @python setup.py sdist bdist_wheel .PHONY: build-dist -- cgit v1.2.3