networkx / networkx-metis

NetworkX Addon to allow graph partitioning with METIS
Other
79 stars 21 forks source link

requirements.txt #34

Closed chebee7i closed 9 years ago

chebee7i commented 9 years ago

It would be nice to have a requirements.txt for this project. Cython needs to be included with in. Then installation from a cloned repo can be: pip install -r requirements.txt. I realize that setuptools takes care of most of the dependencies, but it does not catch Cython since we use it in setup.py.