Skip to content

Commit 06b6c63

Browse files
committed
Added Makefile
1 parent 9fd77ae commit 06b6c63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.PHONY: install
2+
install:
3+
pip install -U pip setuptools
4+
pip install -e .
5+
6+
7+
.PHONY: docs
8+
docs:
9+
make -C docs html
10+
@echo "open file://`pwd`/docs/_build/html/index.html"

0 commit comments

Comments
 (0)