Skip to content

Commit 2bdaef6

Browse files
committedJul 18, 2019
Add upgrade to uptick installation
1 parent 075b735 commit 2bdaef6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SET python36=%LocalAppData%\Programs\Python\Python36\python.exe
22
SET python36_32=%LocalAppData%\Programs\Python\Python36-32\python.exe
3-
if exist %python36% %python36% -m pip install uptick
4-
if exist %python36_32% %python36_32% -m pip install uptick
5-
rem If both paths are not found try to use pip to install uptick
6-
if not exist %python36_32% & %python36% pip install uptick
3+
if exist %python36% %python36% -m pip install uptick --upgrade
4+
if exist %python36_32% %python36_32% -m pip install uptick --upgrade
5+
rem If both paths are not found try to use pip to install uptick --upgrade
6+
if not exist %python36_32% if not exist %python36% pip install uptick --upgrade

0 commit comments

Comments
 (0)
Please sign in to comment.