diff --git a/README.md b/README.md index 4f9e11d..b3f8950 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,19 @@ Depends on * python-jose * fido2==0.8.1 - # Installation -1. `pip install django-mfa2` +1. using pip + + `pip install django-mfa2` +2. Using Conda forge + + `conda config --add channels conda-forge` + + `conda install django-mfa2` + + For more info, see the conda-forge repo (https://github.com/conda-forge/django-mfa2-feedstock) + +# Usage 1. in your settings.py add the application to your installed apps ```python INSTALLED_APPS=(