Skip to content

Commit 0262578

Browse files
authored
Merge pull request #10 from jun-harashima/use-rst-retry
bugfix for README.rst
2 parents 8629536 + 2553a4f commit 0262578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ You must have ``mecab`` and ``swig`` installed before running ``setup.py``.
1919
For instance, on Debian-based Linux,
2020

2121
.. code-block:: bash
22+
2223
sudo apt-get install mecab mecab-ipadic-utf8 libmecab-dev swig
2324
2425
2. How to use?
@@ -28,6 +29,7 @@ For instance, on Debian-based Linux,
2829
3. Simple example
2930

3031
.. code-block:: python
32+
3133
import MeCab
3234
mecab = MeCab.Tagger ("-Ochasen")
3335
print(mecab.parse("pythonが大好きです"))

0 commit comments

Comments
 (0)