PyEC is open-source optimization software. The current version is 0.3.0. The source code can be downloaded and installed with

    python setup.py install

Or

    easy_install pyec

There is a nosetests module in pyec/tests.py, you can run it with

    nosetests pyec/tests.py

if you have `nose` installed (easy_install nose).

Released under MIT license; see LICENSE.txt in this directory.

Documentation and release notes available online at 

    http://www.alockett.com/pyec/docs/0.3/index.html

or in the docs/0.3/build/html directory in this release.

