فهرست منبع

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