InstallationΒΆ

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

    $ python3 -m pip install --user django-flex-user
    

    Note

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