diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 15:34:48 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 15:35:36 -0700 |
commit | 8bdd921d4c5c607b7c1f568df27f5460acd5a548 (patch) | |
tree | 16cf2b510f9a66d619105e996b880306878c40fb /sites/www/installing.rst | |
parent | 8df6f80337208374304085dbc9408aa1bae5f1e9 (diff) |
Note how python-gssapi only works on 2.7+
Diffstat (limited to 'sites/www/installing.rst')
-rw-r--r-- | sites/www/installing.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst index 486ed7e3..a657c3fc 100644 --- a/sites/www/installing.rst +++ b/sites/www/installing.rst @@ -119,6 +119,9 @@ due to their infrequent utility & non-platform-agnostic requirements): ``0.1.7`` or better. * **Unix** needs `python-gssapi <https://pypi.python.org/pypi/python-gssapi/>`_ ``0.6.1`` or better. + + .. note:: This library appears to only function on Python 2.7 and up. + * **Windows** needs `pywin32 <https://pypi.python.org/pypi/pywin32>`_ ``2.1.8`` or better. |