File tree 5 files changed +20
-0
lines changed
5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ print "Checking if pip is installed on this machine......"
2
+ # Here the code to do after for cheking if yes or no the pip is installed
Original file line number Diff line number Diff line change
1
+ python presentation.py
2
+ python checkIfPipInstalled.py
3
+ pip install pip-review
4
+ pip review
5
+ pip-review --auto
Original file line number Diff line number Diff line change
1
+ print ""
2
+ print ""
3
+ print " =================================================="
4
+ print " --------------------------------------------------"
5
+ print " --------------- PYTHON - UPDATER v1 --------------"
6
+ print " --------------------------------------------------"
7
+ print " ===============================By Sanix-darker===="
8
+ print ""
Original file line number Diff line number Diff line change
1
+ python presentation.py
2
+ python checkIfPipInstalled.py
3
+ pip install pip-review
4
+ pip review
5
+ pip-review --auto
You can’t perform that action at this time.
0 commit comments