Skip to content

Commit fa7dcf2

Browse files
committed
Update Makefile for pip installations
1 parent ca40f9b commit fa7dcf2

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

Makefile

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
.PHONY: build install-bin install-init-script install
22

3-
build:
4-
python setup.py build
5-
6-
install-bin: build
7-
python setup.py install
8-
9-
install-init-script:
10-
cp tbprocessd.service /etc/init.d
11-
12-
install: install-tbprocessd install-init-script
3+
install:
4+
pip uninstall tbprocessd
5+
pip install .

0 commit comments

Comments
 (0)