From b2764880a892a6746de3d60ed6621bbdf926648e Mon Sep 17 00:00:00 2001 From: Mohamed El-Kalioby Date: Sat, 14 Nov 2020 12:24:30 +0300 Subject: [PATCH] Added Conda forge installation method --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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=(