networkx / networkx-metis

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

Install Cython with --no-cython-compile flag #45

Closed OrkoHunter closed 9 years ago

OrkoHunter commented 9 years ago

The --no-cython-compile flag is recommended over CI for faster installation.

Also, pip 7.0.0 and later cache installed packages automatically in the form of wheels. Subsequent installs are therefore much faster. Travis still has pip 6.x version.