JaySo
0
Q:

how to upgrade pip

python -m pip install --upgrade pip
0
python -m pip install --upgrade pip
5
#for updating pip type the following command in terminal or cmd or powershell
python -m pip install --upgrade pip
4
pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
0

New to Communities?

Join the community