瀏覽代碼

numpy is basic requirement for wxGUI

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35721 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父節點
當前提交
c3fb096f21
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. 6 5
      gui/wxpython/README

+ 6 - 5
gui/wxpython/README

@@ -10,6 +10,7 @@ $Date$
  	Python ElementTree (only for Python <= 2.4)
  wxPython >= 2.8.1.1
  swig >= 1.3.31 (required only for vector digitizer)
+ NumPy >= 1.0.4
  
  Get wxPython 2.8.x packages from:
  * Source: http://www.wxpython.org/download.php
@@ -37,15 +38,16 @@ $Date$
  apt-get install libwxbase2.8-0 libwxbase2.8-dbg libwxbase2.8-dev \
  	 libwxgtk2.8-0 libwxgtk2.8-dbg libwxgtk2.8-dev \
 	 python-wxgtk2.8 wx2.8-doc wx2.8-examples \
-	 wx2.8-headers wx2.8-i18n
+	 wx2.8-headers wx2.8-i18n python-numpy
 	 
  MS-WINDOWS ONLY REQUIREMENTS
  
  Python Extensions for MS-Windows >= Build 210
- NumPy >= 1.0.4
  
- Get Python Extensions for MS-Windows from: http://sourceforge.net/project/platformdownload.php?group_id=78018 
- Get NumPy from: http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103  
+ Get Python Extensions for MS-Windows from:
+  http://sourceforge.net/project/platformdownload.php?group_id=78018 
+ Get NumPy from:
+  http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103  
 
  NVIZ EXTENSION REQUIREMENTS
 
@@ -54,7 +56,6 @@ $Date$
  On Debian GNU/Linux install package:
  apt-get install python-opengl
 
-
 2 - STARTUP WITH GRASS INITIALIZATION
 
 If you want to launch wxPython GUI automatically when you start