Changes

Compiling MegaHAL on OS X

363 bytes added, 15:58, 18 October 2012
no edit summary
=Install mh_python=
*<code>make pythonmodule</code> doesn't work
*<code>python setup.py build</code>*<code>sudo python setup.py build install</code> =Using mh_python=<pre>Type "copyright", "credits" or "license()" for more information.>>> import mh_python as mh>>> mh.initbrain()>>> mh.learn("learn from this sentence")>>> mh.doreply("hello what have you learned?")'Hello what'>>> mh.learn("learn from this sentence as well.")>>> mh.doreply("i am well.")'Learn from this sentence as well.'>>> </pre>