uapp

This program tries to update all installed packages through pip.


Keywords
uapp, pip, update
License
MIT
Install
pip install uapp==1.2.2

Documentation

UAPP

This program tries to update all installed packages through pip.

INSTALL(git clone):

git clone https://github.com/accessmaker/UAPP.git

python setup.py install

INSTALL(PIP):

pip install uapp

USAGE:

$ uapp

OPTIONS

UAPP(Update All Python Packages):is an unofficial package manager, which makes it easy to update packages installed with pip
help, --help or -h = show uapp help options;
version, --version = show uapp version;
check-update = Search and show available updates;
update, upgrade = Update all packages;
update package = Update the selected package.