Skip to content

How to upgrade#

with pip recommended#

django-user-trace can be upgraded from PyPI.

pip install -U django-user-trace
poetry update django-user-trace
How do I see what version I currently have installed?

To see which version of django-user-trace you currently have installed, use:

pip show django-user-trace
poetry show django-user-trace

Tip

It's always recommended to invoke pip install in a Python virtualenv. This will ensure that there are no conflicts with your global Python installation.


Last update: 2023-03-28
Created: 2023-02-11