瀏覽代碼

HUE-8139 [doc] Update documentation to explicitly require Python 2.7

Romain Rigaux 7 年之前
父節點
當前提交
6857e76679
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      docs/admin-manual/manual.md
  2. 3 3
      docs/sdk/sdk.md

+ 1 - 1
docs/admin-manual/manual.md

@@ -39,7 +39,7 @@ Hue employs some Python modules which use native code and requires
 certain development libraries be installed on your system. To install from the
 tarball, you'll need these library development packages and tools installed on your system:
 
-* Python 2.6.5 - 2.7
+* Python 2.7
 
 ### Ubuntu
 

+ 3 - 3
docs/sdk/sdk.md

@@ -270,9 +270,9 @@ namespace. See ``apps/about/src/about/urls.py`` for an example.
 ### Software
 
 Developing for the Hue SDK has similar requirements to running
-Hue itself.  We require python (2.6 to 2.7), Django (1.6 included
-with our distribution), Hadoop (Apache Hadoop 2+), Java (Sun Java 1.8),
-and Browser (latest Chrome, Firefox or IE9+).
+Hue itself.  We require Python 2.7, Django (1.11 included
+with our distribution), Hadoop (Apache Hadoop 2+), Java (Java 1.8),
+and Browser (latest Chrome, Firefox or IE10+).
 
 ### Recommended Reading / Important Technologies