mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-13 18:50:53 +00:00
Use extras for dependencies
This commit is contained in:
parent
1f5e11cabf
commit
767ad699d5
1 changed files with 1 additions and 1 deletions
2
setup.md
2
setup.md
|
@ -46,7 +46,7 @@ Re-type new password:
|
|||
**bcrypt** is used to secure the passwords. Radicale requires additional
|
||||
dependencies for this encryption method:
|
||||
```shell
|
||||
$ python3 -m pip install --upgrade passlib bcrypt
|
||||
$ python3 -m pip install --upgrade radicale[bcrypt]
|
||||
```
|
||||
|
||||
Authentication can be enabled with the following configuration:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue