First, installation
first install the NumPy under Python2.7.6,win These packages need to be directly matched to the version, then install "numpy-1.8.1-win32-superpack-python2.7" and "scipy-0.16.0-win32-superpack-python2.7", direct next, install the C packing directory by default, then install "setuptools-0.6c11.win32-py2.7", after loading go to your Python27 folder directory to find Scripts folder, copy absolute path (this is my "C:\python\python27\Scripts"), Put this path behind the environment variable path, the environment variable is ready to open cmd, enter Easy_install, appear error:no Urls ..., and then go to Scripts folder to open cmd, enter Easy_install Pip, Enter PIP out of the results, and then run Easy_install python-dateutil, loaded python-deteutil after loading Easy_install pyparsing, these two can be installed after the matplotlib (" matplotlib-1.4.3.win32-py2.7 ").
second, set up a third-party path
You create a folder (all future. py files exist here), "C:\python\python27\Lib\site-packages", open the Site-packages folder, Create a xxx.pth file and stick the workspace absolute path you created underneath the. PTH folder. Then save, all of your third-party py can be put into the workspace directly import reference.
Python Big Data Dependency package installation