InstallationΒΆ
To install the package, please use your favorite package manager: pip (included
in the python standard lib), pipenv,
poetry or something else. In this documentation,
we will use pip. If you prefer other managers, please refer to the corresponding
manual to learn how to install packages with it.
So, to install the application with pip, just run in a terminal:
$ python -m pip install django-disguise
with it, you get a stable version from PyPI.
Development version:
$ pip install -e git+https://github.com/marazmiki/django-disguise#egg=django-disguise