Friday, July 3, 2015

Show installed packages by pip

If you want to know whether `tagging` package is installed,

you can use the following command:

$ pip freeze | grep tagging                                                            
django-tagging==0.4
tagging==0.2.1
$

Reference:
https://pip.pypa.io/en/latest/reference/pip_freeze.html

No comments:

Post a Comment