I found this great module on within and downloaded it as a zip file. Once I extracted the zip file, i put the two modules inside the file(setup and the main one) on the modu
The cleanest and simplest way I have found is to use pip from within QPython console as in This Answer
import pip pip.main(['install', 'networkx'])