Category: Python Modules

Installing SciPy, NumPy and matplotlib Under Cygwin

Today I tried installing these modules under Cygwin with pip. The whole thing took a few hours to figure out thanks to crappy bundled packages that pip fetches and lack of consistency between helps available online. To install pip, you need to have `python3-setuptools`installed. Then using the `easy_install3 pip` command you can install pip. After that, …

Continue reading