Skip to content

Commit 871a1cc

Browse files
committed
Updating the README and adding the mac shell to run the tool
1 parent 261039e commit 871a1cc

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# <>PythonUpdater
2+
3+
## Presentation
4+
This is a simple tool to update easily your python packages on your computer simple by launch it.
5+
**YOU DON'T NEED TO RUN ANY COMMAND**.
6+
7+
## How it's work?
8+
- The tool Check first if you have pip on your computer, if not it install it
9+
- The tool install and use pip-review to update your package automatically
10+
11+
## How to use it?
12+
You just need to launch one of the tool corresponding to your system:
13+
- FOR WINDOWS: launch windowsPY.bat
14+
- FOR LINUX: launch linuxPY.sh
15+
- FOR MAC: launch macPY.sh
16+
17+
And all is done it self, all your packages is now UP TO DATE!
18+
19+
## Author
20+
- [Sanix-darker](https://github.com/sanix-darker)
21+
22+
## Organization
23+
- [Python-Cameroun](https://github.com/python-cameroun)
24+
25+
## LICENSE
26+
You are free to update, fork, modify this source code!

macPY.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

0 commit comments

Comments
 (0)