From fb2f52c8ea4b5df61e9c8712294255f62b416b09 Mon Sep 17 00:00:00 2001 From: Mohamed El-Kalioby Date: Sat, 14 Nov 2020 12:51:26 +0300 Subject: [PATCH] Adding Thanks to swainn --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c3407..14c9223 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,15 @@ Depends on 1. using pip `pip install django-mfa2` -2. Using Conda forge +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) + + Thanks for [swainn](https://github.com/swainn) for adding package to conda-forge # Usage 1. in your settings.py add the application to your installed apps