Skip to content

Commit 260464a

Browse files
committed
feat: TT-399 quit comment on line for pip upgrade
1 parent 88d9c81 commit 260464a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

V2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ help:
1111
install:
1212
@echo "=========================================Installing dependencies Time Tracker========================================="
1313
npm install
14-
# pip install --upgrade pip
14+
pip install --upgrade pip
1515
pip install -r requirements.txt
1616
@echo "Completed! "
1717

0 commit comments

Comments
 (0)