pip-reviewで楽をする

パッケージのアップデートは普通pip install $package -Uする。 これだと漏れる。そこでpip-reviewを使ってpipのパッケージ群を一括アップデートする。 使い方は下みたいにする。

1
2
3
pip install pip-review
pip-review --auto
pip-review --interactive

簡単だ。開発環境の requirements.txt の更新とかに使える。

comments powered by Disqus