Added Conda forge installation method

This commit is contained in:
Mohamed El-Kalioby
2020-11-14 12:24:30 +03:00
committed by GitHub
parent 0668e1a34a
commit b2764880a8

View File

@@ -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=(