diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-12-06 17:53:19 -0500 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-12-06 17:53:19 -0500 |
| commit | 01dfa4e439db76b6991aa729672a02efcd835e77 (patch) | |
| tree | 44adee11c2f51f2b52601f4e22c1fdb873ab7cfc /docs/install.rst | |
| parent | 7645cfde280b228c537d19bcb4d4aab0fdde27ef (diff) | |
| download | passlib-01dfa4e439db76b6991aa729672a02efcd835e77.tar.gz | |
removed 2to3 translation step from setup
Diffstat (limited to 'docs/install.rst')
| -rw-r--r-- | docs/install.rst | 11 |
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. |
