This correction allows to install the python modules in your system (in other words, run python setup.py install). Note that to fix this it was necessary to place everything under the package "multitask_network_cascades", otherwise it would be placed directly into site-packages, which isn't correct.
This correction allows to install the python modules in your system (in other words, run
python setup.py install
). Note that to fix this it was necessary to place everything under the package "multitask_network_cascades", otherwise it would be placed directly into site-packages, which isn't correct.