python 3 (3.2)
dependencies cherrypy (latest should work http://download.cherrypy.org/cherrypy/3.2.2/)
/**********************************************
it is recommended to use virtualenv
after installing virtualenv and activated it run
pip install cherrypy
***********************************************/
To run annbear examples execute http server
LINUX
./run_server
WINDOWS
run_server.bat
after that open browser with url http://localhost:8080/
to exit ctrl+c
--------------------------------------------------
automated tests
LINUX
./run_auto_test
WINDOWS
run_auto_test.bat
--------------------------------------------------
XOR problem solver
LINUX
./run_xor_geno
WINDOWS
run_xor_geno.bat
just console programm