summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst11
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/install.rst b/docs/install.rst
index b524725..3b4f7d3 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -17,7 +17,7 @@ as it contains builtin fallbacks
for almost all OS-dependant features.
Google App Engine is supported as well.
-.. _optional-libraries:
+.. _optional-libraries:
Optional Libraries
==================
@@ -50,15 +50,6 @@ To install from a source directory using :command:`setup.py`::
python setup.py install
-.. note::
-
- Passlib's source ships as Python 2 code,
- and the setup script invokes the :command:`2to3` tool + a preprocessor
- to translate the source to Python 3 code at install time.
- Aside from this internal detail,
- installation under Python 3
- should be identical to that of Python 2.
-
Testing
=======
PassLib contains a comprehensive set of unittests providing nearly complete coverage.