diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-08-19 14:37:15 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-08-19 14:37:15 -0400 |
| commit | 00df5078b8760575321b91fdc878d0c9a04d6c12 (patch) | |
| tree | e51299b7ace1176bc981ea40cffc78d10b119dab /docs/install.rst | |
| parent | 257bf008f87fffa1aaf9e575a4e7e81ca6751e60 (diff) | |
| download | passlib-00df5078b8760575321b91fdc878d0c9a04d6c12.tar.gz | |
small corrections to documentation
Diffstat (limited to 'docs/install.rst')
| -rw-r--r-- | docs/install.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/install.rst b/docs/install.rst index 57e39ab..b524725 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -7,14 +7,15 @@ Supported Platforms Passlib requires Python 2 (>= 2.5) or Python 3. It is known to work with the following Python implementations: -* CPython 2 -- 2.5 or newer. +* CPython 2 -- v2.5 or newer. * CPython 3 -- all versions. -* PyPy -- 1.5 or newer. -* Jython -- 2.5 or newer. +* PyPy -- v1.5 or newer. +* Jython -- v2.5 or newer. -Passlib should work with all operating systems, +Passlib should work with all operating systems and enviroments, as it contains builtin fallbacks for almost all OS-dependant features. +Google App Engine is supported as well. .. _optional-libraries: @@ -95,4 +96,4 @@ you will need to: 5. Once Sphinx completes it's run, point a web browser to the file at :samp:`{$SOURCE}/build/sphinx/html/index.html` to access the PassLib documentation in html format. 6. Alternately, steps 4 & 5 can be replaced by running :samp:`python setup.py docdist`, - which will build a zip file of the documentation in :samp:`{$SOURCE}/dist`.
\ No newline at end of file + which will build a zip file of the documentation in :samp:`{$SOURCE}/dist`. |
