From e896f459f8bc5449d93e1cce406d881dc4922fd5 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 13 Nov 2011 06:22:08 +0000 Subject: [PATCH] update python docs --- docs/python_binding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python_binding.rst b/docs/python_binding.rst index a29c5ba30..ad4533ab6 100644 --- a/docs/python_binding.rst +++ b/docs/python_binding.rst @@ -50,7 +50,7 @@ Set the version to the version of python you have installed or want to use. If you've installed python in a non-standard location, you have to add the prefix path used when you installed python as a second option. Like this:: - using python : 2.3 : /usr ; + using python : 2.6 : /usr/bin/python2.6 : /usr/include/python2.6 : /usr/lib/python2.6 ; The bindings require *at least* python version 2.2.