Updated docs to use pip show

Show the current DRF version using `pip show`

Closes #5757
This commit is contained in:
Aseem Shrey 2018-01-21 20:22:21 +05:30 committed by Carlton Gibson
parent 73203e6b59
commit 1664588500

View File

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