0
Q:

update every python library

py2
$ pip install pip-review

$ pip-review --local --interactive

py3
$ pip3 install pip-review

$ py -3 -m pip_review --local --interactive
1
(Do it in windows powershell)

pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
0

New to Communities?

Join the community