Description
For an easier start of potential contributors, it might be helpful to add a file such as requirements-dev.txt including all packages required to e.g. run unit tests locally. Otherwise, several packages (e.g. leidenalg, louvain, scikit-misc, harmonypy, python-igraph) have to be installed manually which is rather tedious:
-r requirements.txt
harmonypy
leidenalg
louvain
scitkit-misc
python-igraph
The wheels to install python-igraph under Windows can, for example, be found here.
Description
For an easier start of potential contributors, it might be helpful to add a file such as
requirements-dev.txtincluding all packages required to e.g. run unit tests locally. Otherwise, several packages (e.g.leidenalg,louvain,scikit-misc,harmonypy,python-igraph) have to be installed manually which is rather tedious:The wheels to install
python-igraphunder Windows can, for example, be found here.