Install the MeCab Python module
masterTo install the MeCab Python module, you must first build the extension and then install it using root/superuser privileges. You can optionally specify a custom installation directory using the --prefix option.
# Build the module
python setup.py build
# Install the module (requires superuser privileges)
su
python setup.py install
# Alternatively, install to a specific directory
python setup.py install --prefix=/tmp/pybuild/foobar