Skip to content

Commit 261039e

Browse files
committed
Initial commit
0 parents  commit 261039e

5 files changed

+20
-0
lines changed

README.md

Whitespace-only changes.

checkIfPipInstalled.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
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

linuxPY.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
python presentation.py
2+
python checkIfPipInstalled.py
3+
pip install pip-review
4+
pip review
5+
pip-review --auto

presentation.py

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
print ""
2+
print ""
3+
print " =================================================="
4+
print " --------------------------------------------------"
5+
print " --------------- PYTHON - UPDATER v1 --------------"
6+
print " --------------------------------------------------"
7+
print " ===============================By Sanix-darker===="
8+
print ""

windowsPY.bat

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
python presentation.py
2+
python checkIfPipInstalled.py
3+
pip install pip-review
4+
pip review
5+
pip-review --auto

0 commit comments

Comments
 (0)