Added Conda forge installation method
This commit is contained in:
committed by
GitHub
parent
0668e1a34a
commit
b2764880a8
14
README.md
14
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=(
|
||||
|
||||
Reference in New Issue
Block a user