Install pip

  1. Update Packages on your PC before install pip(recommend)

    $ sudo apt update
    

  2. Use the following command to install pip

    $ sudo apt install python3-pip
    

  3. Check installing pip

    pip3 --version
    


Last update : 8 mai 2023
Created : 4 octobre 2019