mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14:16 +03:00
Updated docs to use pip show
Show the current DRF version using `pip show` Closes #5757
This commit is contained in:
parent
73203e6b59
commit
1664588500
|
@ -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
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user