About pip and pyDarts

You can use pip to install pyDarts dependancies if you prefer to use pyDarts from source code.

To install a dependancy package, just open a windows command prompt (cmd), and type for exemple, for netifaces :

c:\Python27\Scripts>pip2.exe install netifaces

The result should be :

Collecting netifaces
  Downloading netifaces-0.10.6-cp27-cp27m-win32.whl
Installing collected packages: netifaces
Successfully installed netifaces-0.10.6

Try to use pip to install dependancies if you like, but if you encounter any error launching pyDarts, please install only netifaces using pip, and other packages using a downloaded .exe or .msi file.