소스 검색

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
 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:
 tarball, you'll need these library development packages and tools installed on your system:
 
 
-* Python 2.6.5 - 2.7
+* Python 2.7
 
 
 ### Ubuntu
 ### Ubuntu
 
 

+ 3 - 3
docs/sdk/sdk.md

@@ -270,9 +270,9 @@ namespace. See ``apps/about/src/about/urls.py`` for an example.
 ### Software
 ### Software
 
 
 Developing for the Hue SDK has similar requirements to running
 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
 ### Recommended Reading / Important Technologies