1. python2.7.exe download installation,: http://www.python.org/ftp/python/2.7/python-2.7.msi
2. Install gdal. Address: http://vbkto.dyndns.org/sdk /. Find a stable version of Python. Download core and gdal Python binding files such as GDAL-1.9.2.win32-py2.7.msi and gdal-19-1500-core.msi.
Then add the gdal installation path (for example, c: \ Program Files \ gdal) to the environment variable path.
Add the gdal data directory (for example, c: \ Program Files \ gdal-data) to the gdal_data variable (custom ).
Environment Variable addition method visible: http://www.veryhuo.com/a/view/42631.html
3. Install numpy.exe address: http://sourceforge.net/projects/numpy/files/NumPy/1.7.1/numpy-1.7.1-win32-superpack-python2.7.exe/download
4. Install the python Installation Tool setuptools. Source:Http://pypi.python.org/pypi/setuptools and add the installation directory to the environment variable path.
Test. Open the windows command interface and enter:Easy_install virtualenv and press Enter.
5. Install networkx. : Https://pypi.python.org/packages/2.7/n/networkx/networkx-1.7-py2.7.egg # MD5 = 1d4c59f1e894f39f8928be8718905969
Installation method. In Windows Command, enter:Easy_install C:/download/networkx-1.6-py2.7.egg (corresponding file address)
Then press Enter.