Skip to content

Conversation

LuD1161
Copy link
Contributor

@LuD1161 LuD1161 commented Jan 21, 2018

Show the current version , directly from pip

Note: Before submitting this pull request, please review our contributing guidelines.

Description

It is a minor change in the docs.
If there is a large no of system wide installed python packages then pip freeze | grep djangorestframework would take a lot of time.
Whereas pip show command's purpose is itself to show the package details, so why not use it instead.

Show the current version , directly from pip

pip install -U djangorestframework

You can determine your currently installed version using `pip freeze`:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The preceding text should also be updated.

@carltongibson carltongibson added this to the 3.8 Release milestone Jan 25, 2018
pchiquet pushed a commit to pchiquet/django-rest-framework that referenced this pull request Nov 17, 2020
Show the current DRF version using `pip show`

Closes encode#5757
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants