diff options
author | Samuel Iglesias Gonsálvez <[email protected]> | 2015-11-25 16:33:47 +0100 |
---|---|---|
committer | Samuel Iglesias Gonsálvez <[email protected]> | 2015-11-25 16:50:53 +0100 |
commit | 98ceb60177d23608e92addb22ebe395b21380bb7 (patch) | |
tree | 2235522004005a24f5d36f162cd1dddd4559de79 /docs | |
parent | 07bddff4601a99f6f2f46fe0aa70c9e6137cddc5 (diff) |
docs: minimum required python mako version is 0.3.4
Signed-off-by: Samuel Iglesias Gonsálvez <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.html b/docs/install.html index a90c2b27d58..c826d642001 100644 --- a/docs/install.html +++ b/docs/install.html @@ -39,7 +39,7 @@ Version 2.6.4 or later should work. </li> <br> <li><a href="http://www.makotemplates.org/">Python Mako module</a> - -Python Mako module is required. Version 0.7.3 or later should work. +Python Mako module is required. Version 0.3.4 or later should work. </li> </br> <li><a href="http://www.scons.org/">SCons</a> is required for building on |