matplotlib / cmocean

Colormap setup for standardizing commonly-plotting oceanographic variables.
MIT License
230 stars 52 forks source link

requirements.txt file is missing in 0.2.1 #49

Closed empet closed 8 years ago

empet commented 8 years ago

The 0.2.1 cmocean version cannot be installed with pip because requirements.txt file is not found. I checked the tar.gz archive and instead of requirements.txt I found a file, requires.txt. Please fix this issue because cmocean provides amazing colormaps, and users cannot install it.

kthyng commented 8 years ago

Does it work now?

pip install cmocean

Just tried to fix it again. I think it works...

kthyng commented 8 years ago

I think this is better now, so I am going to close this, but please let me know if you have any issues.

empet commented 8 years ago

Yes, it can be installed now. Thank you very much!!!