aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-12-17 20:24:32 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-12-17 20:24:32 +0100
commit7212530c639e379db6b955759a2c14e605608666 (patch)
tree74855d9a5723a8c3918920f8602c1d9c7246894d /doc
parent13ced4a26ad81ab8179a573fb5232814e7666c0b (diff)
parenta9fd5a30104ae3a2ceec72bfcf8b6c4ed058ef17 (diff)
downloadpyexiv2-7212530c639e379db6b955759a2c14e605608666.tar.gz
Merged latest changes from trunk.
Diffstat (limited to 'doc')
-rw-r--r--doc/developers.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developers.rst b/doc/developers.rst
index c1f8a75..15b18f6 100644
--- a/doc/developers.rst
+++ b/doc/developers.rst
@@ -104,9 +104,9 @@ Read the comments in the header of the script to know the pre-requisites.
The result of the compilation is a DLL, ``libexiv2python.pyd``, in the build
directory. This file and the ``pyexiv2`` folder in ``src`` should be copied to
-the system-wide site directory of a Python 2.6 setup
-(typically ``C:\Python26\Lib\site-packages\``) or to the user site directory
-(``%APPDATA%\Python\Python26\site-packages\``).
+the system-wide site directory of a Python 2.7 setup
+(typically ``C:\Python27\Lib\site-packages\``) or to the user site directory
+(``%APPDATA%\Python\Python27\site-packages\``).
The top-level directory of the branch also contains an NSIS installer script
named ``win32-installer.nsi``.