Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wieczorek1990 committed Feb 22, 2021
1 parent 1eebec4 commit 847b0bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

.PHONY: install

install:
pip3 install -r requirements.txt
pip3 install -U -r requirements.txt
cp bin/gitl.py /usr/local/bin/gitl

dev:
pip3 install -U -r requirements-dev.txt

0 comments on commit 847b0bf

Please sign in to comment.