#~ Requirements for the scatter plot optimization package
#~ Use like this: pip install -r requirements.txt
#~ Or, use like this: python -m pip install -r requirements.txt
#~ Or like this: py -2 -m pip install colormath

#~ Install Python 2.x 32 bits
#~ Install NumPy first via: http://sourceforge.net/projects/numpy/files/NumPy/
#~ Install then SciPy via: http://sourceforge.net/projects/scipy/files/
#~ Reason: The pre-compiled version come with optimized numeric libraries.
#~ Install then scikit-image: http://scikit-image.org
#~ Install Shapely from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely
#~ Install PP from here: http://www.parallelpython.com/downloads/pp/
#~ Install colormath from here: http://python-colormath.readthedocs.org/en/latest/installation.html
colormath
