Changes

Raspberry Pi

448 bytes added, 20:36, 7 April 2013
Software
==nltk==
*http://www.raspberrypi.org/phpBB3/viewtopic.php?f=9&t=6097
*install setup tools
**<code>wget https://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg#md5=fe1f997bc722265116870bc7919059ea</code>
**<code>sudo sh setuptools-0.6c11-py2.7.egg</code>
*install pip
**<code>sudo easy_install pip</code>
*install numpy (precompiled binary)
**<code>sudo apt-get install python-numpy</code>
*install nltk
**<code>sudo pip install nltk --upgrade</code>
*run nltk
**run python then type import nltk
==OpenCV==
*http://www.technolabsz.com/2013/03/how-to-easily-install-opencv-on.html