Minor change to show the current version

Show the current version , directly from pip
This commit is contained in:
Aseem Shrey 2018-01-21 20:22:21 +05:30 committed by GitHub
parent 78367ba102
commit e839374813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ To upgrade Django REST framework to the latest version, use pip:
You can determine your currently installed version using `pip freeze`:
pip freeze | grep djangorestframework
pip show djangorestframework
---