PIP -- Help Guide
Get the version and details of the installed package
pip show django
the sample output
Name: DjangoVersion: 3.1.5
Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Home-page: https://www.djangoproject.com/
Author: Django Software Foundation
Author-email: foundation@djangoproject.com
License: BSD-3-Clause
Location: c:\python\lib\site-packages
Requires: asgiref, pytz, sqlparse
Required-by: django-appconf, django-celery-email, django-haystack
Comments
Post a Comment