Skip to content

Commit 1664588

Browse files
LuD1161carltongibson
authored andcommitted
Updated docs to use pip show
Show the current DRF version using `pip show` Closes #5757
1 parent 73203e6 commit 1664588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ To upgrade Django REST framework to the latest version, use pip:
3232

3333
pip install -U djangorestframework
3434

35-
You can determine your currently installed version using `pip freeze`:
35+
You can determine your currently installed version using `pip show`:
3636

37-
pip freeze | grep djangorestframework
37+
pip show djangorestframework
3838

3939
---
4040

0 commit comments

Comments
 (0)