diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-08-17 19:31:35 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-08-17 19:31:35 -0400 |
| commit | 257bf008f87fffa1aaf9e575a4e7e81ca6751e60 (patch) | |
| tree | 5619e7826d9bb2fdd9bf92b799ca653a1f071801 /docs/install.rst | |
| parent | 1b3602428d73825344062a4381e038c8d5cb1aad (diff) | |
| download | passlib-257bf008f87fffa1aaf9e575a4e7e81ca6751e60.tar.gz | |
traditional post-release tweaks to documentation
Diffstat (limited to 'docs/install.rst')
| -rw-r--r-- | docs/install.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst index 4d13b9d..57e39ab 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -16,6 +16,8 @@ Passlib should work with all operating systems, as it contains builtin fallbacks for almost all OS-dependant features. +.. _optional-libraries: + Optional Libraries ================== * `py-bcrypt <http://www.mindrot.org/projects/py-bcrypt/>`_ or @@ -25,7 +27,7 @@ Optional Libraries support for the BCrypt hash algorithm. This is required if you want to handle BCrypt hashes, and your OS does not provide native BCrypt support - via stdlib's :mod:`!crypt` (this is pretty much all non-BSD systems). + via stdlib's :mod:`!crypt` (which includes pretty much all non-BSD systems). * `M2Crypto <http://chandlerproject.org/bin/view/Projects/MeTooCrypto>`_ |
