You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/third_party/python-pinyin/docs/installation.rst

21 lines
237 B

安装
======
可以使用 pip 进行安装:
.. code-block:: bash
$ pip install pypinyin
easy_install 安装:
.. code-block:: bash
$ easy_install pypinyin
源码安装:
.. code-block:: bash
$ python setup.py install