I have the networkx 1.0 zip file. How do I install it on windows?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
The NetworkX project supplies binary installers for Windows to make things easier. Download the latest executable file and install it like you would a regular application. The zip file you have contains source. You can run setup.py but it would probably be easier to just use the binary. |
|||||||||||
|
|
Many binaries are available at http://www.lfd.uci.edu/~gohlke/pythonlibs/ and I guess most of them work. I have tried the binary for networkx (64 bit) and it worked. |
|||
|
|