vaab / colour

Python color representations manipulation library (RGB, HSL, web, ...)
BSD 2-Clause "Simplified" License
322 stars 41 forks source link

Install problem #1

Closed errkk closed 11 years ago

errkk commented 11 years ago

It pip install fails, as it can't find the CHANGELOG.rst file

vaab commented 11 years ago

The CHANGELOG.rst is created thanks to ./autogen.sh executable script that you are supposed to launch if you take the source code from github. This manipulation is actually documented in INSTALL.rst.

Please note that I made some recent history rewrite to enable installation thanks to PyPI:

pip install colour

Thank for your report.