install pip3 python code example

Example 1: how to download pip3 in kali linux

sudo apt-get install python3-pip

Example 2: install pip3

sudo apt install python3-pip

Example 3: pip python3

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Example 4: sudo pip3 install

[server]$ pip3 --version
pip 18.1 from /home/username/opt/python-3.6.2/lib/python3.6/site-packages/pip (python 3.6)

Example 5: install pip3 for python 3.7

sudo apt install python3-pip

Example 6: pip install python 3

python -m pip install 

#Download Selenium
python -m pip install selenium

Tags:

Misc Example