Skip to content

Installation#

with pip recommended#

django-user-trace can be installed from PyPI.

pip install django-user-trace
poetry add django-user-trace

with git#

You can also build and install django-user-trace from its source.

git clone https://github.com/axieum/django-user-trace.git
cd django-user-trace
pip install -e .

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