InstallationΒΆ

  1. Install django_flex_user from the Python Package Index (PyPi):

    $ python -m pip install django-flex-user
    

    Note

    On Windows, the command to execute pip is py -m pip.