Skip to content
XnuxersXploitXen edited this page Aug 24, 2022 · 3 revisions

Welcome to the upgrade-pip wiki!

What is upgrade-pip ? upgrade-pip is a python package created by a Github account named Xnuvers007 or Indra Dwi A

This package is useful for checking out-of-date packages and installing the latest version without any hassle

how to use ?

Windows

if you use Windows u need to install python

  1. open CMD
  2. type pip install upgrade-pip
  3. then type python3 or create file python
  4. then fill the file with code like this
import uppip
uppip.startupgradepip()

Linux

if you use Linux you need to install python

  1. open terminal
  2. type sudo apt-get install python3 python3-pip
  3. then type sudo pip3 install upgrade-pip
  4. then type python3 or create file python
  5. then fill the file with code like this
import uppip
uppip.startupgradepip()

Tested On Linux

sudo pip3 install upgrade-pip

sudo pip3 install upgrade-pip

import uppip
uppip.startupgradepip()

import uppip